next | previous | forward | backward | up | top | index | toc | home

Boolean -- the class of Boolean values

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
  • if -- condition testing

Functions and methods returning a Boolean value :

Fixed objects of class Boolean :

For the programmer

The object Boolean is a type, with ancestor class Thing.