Oxygen

byte
USE: specify a byte type (8 bits wide)
EXAMPLE:
byte colon=58

REMARKS: limited to values 0..255 / 0x00 to 0xFF

RELATED: types