Logical Comparison Operators

From WikiManual
Revision as of 21:37, 13 May 2006 by Endy (talk | contribs) (red links begone)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

These are operators that compare two or more numbers, and return a true or false depending on the statement. For example the greater than operator (>) will be true if the first value is larger than the second.

*.eye5 45 >

This condition will be true only if the value yielded by eye5 is greater than 45.

Sysvars