JavaScript is disabled. Details
The do statement uses the same syntax as the do statement in C. For example, you might have a statement like:
do {
int32 temp;
temp = --a[2]+y;
y=y-1;
}
while (y!=x && a[2]>=a[0])