Boolean is a predefined type representing the two truth values represented by the two predefined constants False and True (the case of the first letter is not significant).
Boolean values arise from expressions involving the operators:
= /= < <= > >= subset not subset in not in not and orExpressions which must result in Boolean values are termed conditions.
Predefined functions associated with values of type Boolean:
ascending descending even odd