Integer¶
The integer data type is used to represent whole numbers, and is stored as a 32-bit signed integer.
Examples¶
More on the built-in functions can be found in the Built-in Function section
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
The integer data type is used to represent whole numbers, and is stored as a 32-bit signed integer.
More on the built-in functions can be found in the Built-in Function section
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|