Xor

From WikiManual
Revision as of 14:13, 21 December 2005 by 80.140.186.52 (talk)
Jump to: navigation, search

Takes the two top values on the conditions stack and xor's them together. If one of the conditions is true and one is false it puts true on the stack. If both are true, or if both are false, it puts false on the stack.

Logical Operators