1.4.1 Booleans
The boolean truth value.
The boolean falsehood value.
Returns
nil if and only if one or more of its arguments is
nil. Otherwise, returns the last argument given. If given no arguments, returns
t.
Determines if
x is either
t or
nil.
Returns
t if and only if
p and
q are either both
nil or both non-
nil.
Returns
nil if and only if
q is
nil and
p is non-nil. Otherwise, returns
t.
If
x is
nil, then returns
t. Otherwise, returns
nil.
Returns
t if and only if one or more of its arguments is
t. Otherwise, returns the last argument given. If given no arguments, returns
nil.