ubyte
USE:
specify a byte type (8 bits wide)
EXAMPLE:
ubyte semicolon=59
REMARKS:
limited to values 0..255 / 0x00 to 0xFF
RELATED:
types