Oxygen

short
USE: specify a short integer (16 bits wide). Also used in conjunction with other types to halve the bit width
EXAMPLE:
short a
short int b
short short c 'an sbyte

RELATED: long types