qa.hlp (Table of Contents; Topic list)
GT
   Operator Summary  Summary  Example
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  expression1 GT expression2
 
  Returns true (-1) if expression1 is greater 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, LT, LE, GE
                                    -♦-