next up previous contents index
Next: BITNAND Up: Bitwise Logic Previous: BITOR   Contents   Index

BITNOR

Stack Input: Integer, Integer

Stack Output: Integer

Operand: None

Since: 2.0

Description:

Performs a bitwise NOR operation. For each output bit, if either input bit is 1, the resulting bit is a 0. Otherwise, it is a 1. Equivalent to BITOR followed by BITNOT.



David Levitan 2006-02-12