(bool val) val: any type returns a bool
F
Converts its argument to a boolean.
If the argument is #f
or #n
, the result is #f
. Otherwise, the result is #t
.
(bool val) val: any type returns a bool
Converts its argument to a boolean.
If the argument is #f
or #n
, the result is #f
. Otherwise, the result is #t
.