next up previous contents index
Next: BITNOR Up: Bitwise Logic Previous: BITAND   Contents   Index

BITOR

Stack Input: Integer, Integer

Stack Output: Integer

Operand: None

Since: 2.0

Description:

Performs a bitwise inclusive OR operation on the two integers. For each output bit, if either input bit is 1, the resulting bit is a 1. Otherwise, it is a 0.



David Levitan 2006-02-12