- bits bool ...procedure
Returns the integer coded by the bool arguments. The first argument is bit #0, the second argument is bit #1, and so on. Note that the result is never a negative integer.
(bits #t #f #t #f #t #t #t) => #b1110101 (bits #f #f #t #f #t #f #t #t #t) => #b111010100