Monkey Documentation

Operator True

Represents boolean true value.

Definition

Boolean expressions evaluate to either true or false. In Monkey the operators True and False represent these two states.

See also

False
Language reference