Oxygen

boolean
USE: specify a variable to hold Boolean true/false states
EXAMPLE:
boolean t=true
if not t then ...

REMARKS: Notionally a Boolean type, but in reality. it is an sbyte (8 bit signed integer

RELATED: bool byte int any types boolean types