(variable, listExpr, operations)
| 766 | }; |
| 767 | } |
| 768 | function peg$f40(variable, listExpr, operations) { |
| 769 | return { |
| 770 | type: 'ForeachClause', |
| 771 | variable: variable, |
| 772 | listExpression: listExpr, |
| 773 | operations: operations |
| 774 | }; |
| 775 | } |
| 776 | function peg$f41(variable, property) { |
| 777 | return { |
| 778 | type: 'PropertyAccess', |
no outgoing calls
no test coverage detected