Difference between revisions of "!%="
From WikiManual
(→Not Percent Equal) |
|||
Line 8: | Line 8: | ||
will place "false" on the conditions stack. | will place "false" on the conditions stack. | ||
+ | |||
+ | === Logical Comparison Operators=== | ||
+ | * [[=]] | ||
+ | * [[!=]] | ||
+ | * [[Greater than|>]] | ||
+ | * [[Less than|<]] | ||
+ | * [[%=]] | ||
+ | * [[!%=]] |
Revision as of 01:16, 22 September 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.