foreach-variable
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
foreach-variable =
variable-expression
| "&" , variable-expression
| list-expression ;