Difference between revisions of "!%="

From WikiManual
Jump to: navigation, search
(Logical Comparison Operators)
m
Line 9: Line 9:
 
will place "false" on the conditions stack.
 
will place "false" on the conditions stack.
  
=== Logical Comparison Operators===
+
{{Logical Comparison Operators}}
* [[=]]
 
* [[!=]]
 
* [[Greater than|>]]
 
* [[Less than|<]]
 
* [[%=]]
 
* [[!%=]]
 
* [[Robot DNA]]
 

Revision as of 12:08, 23 December 2005

Not Percent Equal

When the two values placed on the stack are not within 10% of each other this places a "false" on the conditions stack.

Example:

50 80 !%=

will place "false" on the conditions stack.

Logical Comparison Operators:

> <
>= <=
= !=
%= !%=
~= !~=