Changes between Version 4 and Version 5 of compoundStatementsLlambdas
- Timestamp:
- 2020-09-15 11:57:25 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
compoundStatementsLlambdas
v4 v5 20 20 statementClause := 21 21 ( expression // x := 23 22 | ifStatementClause // IF boolExpression lambda ["ELSE" lambda }22 | ifStatementClause // IF boolExpression lambda { "ELSE" lambda } 23 23 | forStatementClause // EACH ident IN enumerableCollection lambda 24 24 | switchStatementClause // SWITCH expression { CASE expression { "," expression }* lambda }+ ELSE lambda