Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
variables [2019/08/01 12:20] – [Scope] neilsvariables [2020/01/31 22:57] – [Types] neils
Line 29: Line 29:
 ^ Type           ^ Sigil           ^ Numeric range      ^Size in bytes^ ^ Type           ^ Sigil           ^ Numeric range      ^Size in bytes^
 | Byte           | !               | 0 to 255           |1| | Byte           | !               | 0 to 255           |1|
-| Integer        | # or none       | -32768 to +32767   |2|+| Integer        | # or none ((Using the # sigil for specifying integer type is DEPRECATED and will be removed in the future))       | -32768 to +32767   |2|
 | Float          | %               | ±2.93873588E−39 to ±1.70141183E38|5| | Float          | %               | ±2.93873588E−39 to ±1.70141183E38|5|
 | String pointer         | $               |0 to 65535                   |2| | String pointer         | $               |0 to 65535                   |2|
 +
  
 ===== Type conversion ===== ===== Type conversion =====