boolean=?
-- r7rs
Definition comparator
;
Procedure variants:
((boolean |2...|) -> (boolean))
scheme:base
-- (scheme base)
;scheme
-- (scheme)
;(boolean=? boolean_1 boolean_2 boolean_3 ...)
Returns
#t
if all the arguments are booleans and all are#t
or all are#f
.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.