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.
Represents boolean false value.
Boolean expressions evaluate to either true or false. In Monkey the operators True and False represent these two states.