B3 (octal) bit constant

The B3 bit constant is a contiguous sequence of octal digits enclosed in single or double quotation marks and followed immediately by B3. Each octal digit represents three bits.


Table 1. Examples of B3 constants
'22'B3 is the same as "010_010"B
'40'B3 is the same as '100_000'B
'1'B3 is the same as '001'B
(2)'7'B3 is the same as '111_111'B
''B3 is the same as ""B