JavaScript is disabled. Details
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;
}