153 0x2A # hexadecimal literal 0o54 # octal literal 23 * 2 + 5 100 / -7 100 % -7 # -5 (unlike in some other languages) int("18")
int
Report an issue
View source
Nightly
·
7.4
.
7.3
·
7.2
·
7.1
·
7.0
·
6.5
The type of integers in Starlark. Starlark integers may be of any magnitude; arithmetic is exact. Examples of integer expressions: