theParser.setProgramVariable(parameters.get(i), arguments.get(i).getValue());
}
Reduction statements = fn.getStatements();
if (statements != null) {
statements.execute();
var = statements.getValue();
}
// Simple3 doesn't allow a simple RETURN without a value hence this
// path will never be executed. The code remains to support other