next up previous contents
Next: 5.4.2 Long Integers Up: 5.4 Constants Previous: 5.4 Constants

5.4.1 Integers

Integers may be defined in decimal integer format (e.g., 4053 or -1), hexadecimal format using the `` 0x'' prefix (e.g., 0x1fff), and a non-standard but useful binary format using the `` 0b'' prefix (e.g., 0b1001001). Octal constants using the zero prefix are not supported.



Fred G. Martin
Fri Mar 29 17:44:15 EST 1996