statement
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
statement =
simple-statement | if-statement | while-statement | for-statement
| foreach-statement | declare-statement ;