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

BITXOR

Stack Input: Integer, Integer

Stack Output: Integer

Operand: None

Since: 2.0

Description:

Performs an bitwise XOR operation. For each bit in the output value, if only one of the input bits is 1, the resulting bit is a 1. Otherwise, it is a 0.



David Levitan 2006-02-12