Example AST
for (i = 0; i < 100; i++) {
t = f(i,true);
a[i] = t;
}