Next: Undefined values, Previous: Numbers, Up: Core library [Contents][Index]
A boolean class. Only #t
and #f
belong to this class.
[R7RS base]
Returns #t
if and only if obj is #f
,
and returns #f
otherwise.
[R7RS base]
Returns #t
if obj is a boolean value.
[SRFI-235]
Returns #f
iff obj is #f
, and returns #t
otherwise. Convenient to coerce a value to boolean.
[R7RS base]
Every argument must be a boolean value. Returns #t
iff all
values are the same, #f
otherwise.
Next: Undefined values, Previous: Numbers, Up: Core library [Contents][Index]