Operator True - leonard-thieu/monkey GitHub Wiki
Represents boolean true value.
Definition
Boolean expressions evaluate to either true or false. In Monkey the operators True and False represent these two states.
Represents boolean true value.
Boolean expressions evaluate to either true or false. In Monkey the operators True and False represent these two states.