TRUE and FALSE

TRUE

FALSE

The TRUE and FALSE keywords are Boolean constants.

Example:

BooleanTrue := TRUE;
Booleanfalse := FALSE;

OUTPUT(BooleanTrue);
OUTPUT(BooleanFalse)

See Also: BOOLEAN