Operator False - leonard-thieu/monkey GitHub Wiki

Represents boolean false value.

Definition

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

See also