Difference between revisions of "Xor"

From WikiManual
Jump to: navigation, search
Line 1: Line 1:
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.  
+
Takes the two top values on the conditions stack and xor's them together. If one of them 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===
 
=== Logical Operators===

Revision as of 14:16, 21 December 2005

Takes the two top values on the conditions stack and xor's them together. If one of them 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