bit-and

[procedure] bit-or i1 i2

[procedure] bit-xor i1 i2

[procedure] bit-and i1 i2

Bigloo, STklos: bitwise operations. See also bit-not, bit-lsh, bit-rsh.

This is called logior etc, or bitwise-ior etc, in some implementations.