Difference between revisions of "%="

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

Revision as of 15:33, 23 December 2005

Percent Equals

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

Example:

50 55 %=

will place "true" on the conditions stack.

{{Logical Comparison Operators]]