Processes a for-loop call: for(<variable> in <vector>) <body> desugared as:
for(<variable> in <vector>) <body>
`for`(<variable>, <vector>, <body>) Copy
`for`(<variable>, <vector>, <body>)
Processes a for-loop call:
for(<variable> in <vector>) <body>desugared as: