BINARY CONSTANTS

In XCSB binary constants begin with the prefix 0b. Because binary numbers can be long and difficult to read and transcribe, XCSB allows the use of the underscore "_" character to apear in binary constants. This feature allows the programmer to visually group binary digits within a constant.

e.g.

binary
constant
hex
constant
decimal
constant
   0b_0011_0001   0x3149
0b_0010_11110x2F47
0b_0100_00010x4165