- logand n1 ...procedure
- bitwise-and n1 ...procedure
Returns the integer which is the bit-wise AND of the integer arguments.
Example:
(number->string (logand #b1100 #b1010) 2) ; => "1000"
Returns the integer which is the bit-wise AND of the integer arguments.
Example:
(number->string (logand #b1100 #b1010) 2) ; => "1000"