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

BITNAND

Stack Input: Integer, Integer

Stack Output: Integer

Operand: None

Since: 2.0

Description:

Performs a bitwise NAND operation. For each output bit, if both input bits are 1, the resulting bit is a 0. Otherwise, it is a 1. Equivalent to BITAND followed by BITNOT.



David Levitan 2006-02-12