Control Instructions
ITERATEF
Used inside a FOR/NEXT loop, ITERATEF begin again the loop before the NEXT instruction, as if NEXT statement would be reached (that is, incrementing loop counter).
LEAVEF
Used inside a FOR/NEXT loop, LEAVEF exit before the end of loop.