22 | | | ifStatementClause // IF boolExpression compoundStatement [ "ELSE" compoundStatement } |
23 | | | forStatementClause // EACH ident IN enumerableCollection |
24 | | | switchStatementClause // SWITCH expression { CASE expression { "," expression }* compoundStarement }+ ELSE compoundStatement |
| 22 | | ifStatementClause // IF boolExpression lambda [ "ELSE" lambda } |
| 23 | | forStatementClause // EACH ident IN enumerableCollection lambda |
| 24 | | switchStatementClause // SWITCH expression { CASE expression { "," expression }* lambda }+ ELSE lambda |