}
private void addForLoop(IRBodyBuilder factory, TranslationContext context, FunctionCall call) {
Symbol symbol = call.getArgument(0);
LocalVariable counter = factory.newLocalVariable();
Temp length = factory.newTemp();
Variable elementVariable = new EnvironmentVariable(symbol);
Expression vector =