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

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

