1 ELSE
   Syntax:   IF expression
              block of statements
             [ELIF expression]
              [block of statements]
             [ELSE]
              [block of statements]
             ENDIF

  Else clause in an `IF' block. See HELP IF for more details.

