IF <BooleanExpression> THEN <StatementBlock> [ELSE IF <BooleanExpression> THEN <StatementBlock>] [ELSE <StatementBlock>] END IF;