qa.hlp (Table of Contents; Topic list)
.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
                                    -♦-