Logical Expression Details

Recall that in Scheme the truth value false is represented as #f.

For the purposes of not, or, and and, the truth value true is represented as any non-#f value (including #t).

Note that in the case of or and and, n can be any nonnegative integer, that is, there can be as few as zero arguments.