Logical Comparison Operators

From WikiManual
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