Difference between revisions of "And"
From WikiManual
Line 1: | Line 1: | ||
− | Takes the two top values on the conditions stack and and's them together. If both are true | + | Takes the two top values on the conditions stack and and's them together. If both are true it results in true being placed on the conditions stack. If both false or one is false it will place a false on the conditions stack. |
=== Logical Operators=== | === Logical Operators=== |
Revision as of 01:44, 22 September 2005
Takes the two top values on the conditions stack and and's them together. If both are true it results in true being placed on the conditions stack. If both false or one is false it will place a false on the conditions stack.