Validity: Rule, Task
These keywords allow a 32-bit integer numeric variable to be defined in signed two's complement.
NOTE: The two keywords are equivalent. The use of I32 or INT is left to the taste of the programmer.
Syntax |
I32 INT |
---|---|
Minimum representable number |
-2147483648 |
Maximum representable number |
2147483647 |
Size |
4 Byte |
Note |
If either keyword precedes, in brackets, the name of a variable, a CAST forcing operation is performed |
Some numbers in the two representation systems:
Example of use:
|