A.2.1.1 Boolean Values

Boolean values can be specified in the following ways:


Table A.2: Boolean values.
True False
true false
yes no

Boolean values can be used as switches and are usually the result of comparison operations (see Section A.2.2.4).

Robert Klima 2003-02-06