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.