Difference between revisions of "Not"

From WikiManual
Jump to: navigation, search
 
(Logical Operators)
Line 6: Line 6:
 
* [[xor]]
 
* [[xor]]
 
* [[not]]
 
* [[not]]
 +
* [[Robot DNA]]

Revision as of 03:31, 22 September 2005

Takes the two top values on the conditions stack and not's them. If both are true it will place a false on the conditions stack. If one is false or both are false it places a true on the conditions stack.

Logical Operators