Description
Predicate functions return these as values, and the logical connectives expect to receive them as arguments.
Special operators dealing with truth values.
- not -- negation
- and -- conjunction
- or -- disjunction
- xor -- exclusive disjunction
- if -- condition testing