Variable values of the data type INTEGER are natural numbers without decimal places. The range of values for INTEGER values is from -32768 to 32767.
The default initial value of a variable of this data type is 0. Numbers can be entered in decimal, hexadecimal or binary format.
Decimal number |
Hexadecimal number |
Binary number |
1234 |
16#4D2 |
2#10011010010 |
-1234 |
16#FB2E |
2#1111101100101110 |