back to syntax homepage

IfStatement:

IfStatement = IF expression THEN StatementSequence {ELSIF expression THEN StatementSequence} [ELSE StatementSequence] END

Places in the syntax where you might come from: statement