Numbers
Integers
Integers in Bia range from -2^63 to 2^63-1.
Integer literals
The following literals can percede an integer digit and change the base of the number. If no literal is given, the decimal base is assumed.
| Base | Literal | Example |
|---|---|---|
| Hexadecimal | 0x or 0X |
0xc0ffee |
| Binary | 0b or 0B |
0b00100101 |
| Ocatal | 0 |
0777 |