Logical Operators
The set of logical operators comprises the and,
or, and not operators and in
this case, they are all keywords rather than symbols. It is important to
understand that these operators are only logical
operators, they are not bit-field operators! The return value of any
logical operation will be one of either .true,
.false, .nul, or
.inf.


