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