Next: syslib symbols, Up: syslib [Index]
The arguments bool must be booleans. The following bindings are
exported by the library (vicare system booleans)
.
Return #t
if the arguments are equal; otherwise return #f
.
The arguments must be booleans. Return #t
if the arguments are
different; otherwise return #f
.
Compare the boolean arguments according to the artificial comparison definition:
#t == #t #f == #f #f < #t
Return the minimal or maximal boolean among the arguments.