<num> EQ <num> |
Numeric equality |
<num> NE <num> |
Numeric inequality |
<num> EQT <num> |
Numeric equality (with tolerance) |
<num> LT <num> |
Numeric less than |
<num> GT <num> |
Numeric greater than |
<str> EQS <str> |
String equality |
<str> EQSS <str> |
String equality (to length of shorter string) |
<str> isTrue |
String is a true value (Not in X-Midas) |
<str> isFalse |
String is a false value (Not in X-Midas) |
<obj> OEQ <obj> |
Object equality (Not in X-Midas) |
<file> FEQ <file> |
File equality (Not in X-Midas) |
A test can be negated by prefixing it with an
"N ". |
A complete list of tests is in the explain file for
IF . |