◄Operator Summary► ◄Summary► ────────────────────────────────────────────────────────────────────────────── Syntax: expression1 LT expression2 Returns true (-1) if expression1 is less than expression2, or returns false (0) if it is not. Typically used with conditional directives. expression1 Must evaluate to a constant value. expression2 Must evaluate to a constant value. See Also: EQ, NE, LE, GT, GE -♦-