qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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
                                    -♦-