Performing While Loops Using Formula Nodes

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

while (y!=x && a[2]>=a[0]) {

int32 temp;

temp = --a[2]+y;

y=y-1;

}