8.16.0.4
4.1 Booleans
Returns #true, if v is a Boolean value; #false, otherwise.
Returns the logical complement of b.
Returns the logical conjunction of the bs. In the special case of zero arguments, returns #true.
Returns the logical inclusive disjunction of the bs. In the special case of zero arguments, returns #false.
Returns the logical exclusive disjunction of the bs. In the special case of zero arguments, returns #false.