Difference between revisions of "Set"
Jump to navigation
Jump to search
added info on script halting bug
imported>Speedo (Bug info) |
imported>Quetzilla (added info on script halting bug) |
||
Line 26: | Line 26: | ||
==Notes== | ==Notes== | ||
*Improper syntax can cause scripts to stall myseriously, such as in the example below (the problem being the extra '134' at the end). | |||
set MyRefVar to SomeOtherRef 134 | |||
*The modulos operator "%" is evaluated after multiplication/division but before addition/subtraction | *The modulos operator "%" is evaluated after multiplication/division but before addition/subtraction | ||
4 * 3 % 2 = 0 | 4 * 3 % 2 = 0 |