Allowed coercions
Syntaxset theNumber to 25 as number Descriptionnumber is a synonym for real or integer. However, the class for a number with a decimal point will be a real, and the same goes for a whole number (its class will be integer). Here are some illustrations of this:
In other words, the number data type can be used in AppleScript, but its actual class will be either integer or real. |