Performing For Loops Using Formula Nodes

The for statement uses the same syntax as the for statement in C. For example, you might have a statement like:

for (y=5; y<x; y*=2) {

int32 temp;

temp = --a[2]+y;

x-=temp;

}