4.1.1 Introduction to Booleans |
TRUE
and FALSE
. They are mainly used
with the commands If and While, etc., inside CoCoA programs. The
relational operators
= <> < <= > >=return boolean constants (see Relational Operators). The boolean operators are
Not And Or IsInand return boolean constants and are described below.