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

  End of an `IF' block. You can also use the `ENDIF' command.
  See HELP IF for more details.

