Next: scheme basic multiple return values, Previous: scheme basic safety, Up: scheme basic [Index]
Although there is a separate boolean type, any Scheme value can be used
as a boolean value for the purpose of a conditional test. In a
conditional test, all values count as true in such a test except for
#f
. This report uses the word “true” to refer to any Scheme
value except #f
, and the word “false” to refer to #f
.