I disavow any knowledge of FORmula TRANslation. Won't admit to being old, but my age is stuck in a DO loop that increments with a stepsize of 1...
Since I wasn't privy to the source code, I don't know how many iterations before the count is satisfied and it jumps to the next line, which is and END statement if I remember correctly...
Y=0;
until Y>= 1000 do {
X++;}
Wait... what?