Next: andif, Previous: alog10, Up: Internal Routines [Contents][Index]
x and y
Logical binary “and” operator. x and y
combines
the bits of integers x
and y
such that any
bit in the result is only set (i.e., equal to 1) if the corresponding
bit in both x
and y
is set.
See also: andif, or, orif, xor, Binary Logic, Binary Operators