Difference between revisions of "Or"

From WikiManual
Jump to: navigation, search
 
Line 1: Line 1:
Takes the two top values on the conditions stack and or's them together. If both are true or either one is true, it results in true being placed on the conditions stack. If both false it will place a false on the conditions stack.
+
Takes the two top values on the conditions stack and or's them together. If both are true or either one is true, it results in true being placed on the conditions stack. If both are false it will place a false on the conditions stack.
  
 
=== Logical Operators===
 
=== Logical Operators===

Revision as of 02:44, 22 September 2005

Takes the two top values on the conditions stack and or's them together. If both are true or either one is true, it results in true being placed on the conditions stack. If both are false it will place a false on the conditions stack.

Logical Operators