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.
.ERRE/.ERRNZ
   Directive Summary  Summary
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:   .ERRE expression
            .ERRNZ expression
 
  Tests value of expression and generates a severe error depending on
  the resulting value. .ERRE generates an error if expression evaluates
  to false (zero). .ERRNZ generates an error if expression evaluates to
  true (nonzero).
 
  expression   An expression that evaluates to true or false, or as a
               numeric constant. The expression cannot contain forward
               references.
 
  See Also:  .ERR, .ERR1, .ERRB, .ERRDEF, .ERRDIF
                                    -♦-