Oxygen

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

REMARKS: Notionally a Boolean type, but in reality. it is a 32bit signed integer, as in C

RELATED: any types boolean int types