- boolean? objprocedure
Boolean? returns #t if obj is either #t or #f and returns #f otherwise.
(boolean? #f) ===> #t (boolean? 0) ===> #f (boolean? '()) ===> #f
Boolean? returns #t if obj is either #t or #f and returns #f otherwise.
(boolean? #f) ===> #t (boolean? 0) ===> #f (boolean? '()) ===> #f