Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.411 or

x or y

Logical binary or operator. x or y combines the bits of integers x and y such that any bit in the result is set (i.e., equal to 1) if the corresponding bits of either x or y or both are set.

See also: and, xor, andif, orif