For_NextIteration
bool For_NextIteration(struct ForLoop *, Buffer *);
if (forLoop != NULL && !For_NextIteration(forLoop, &curFile->buf))
For_NextIteration(curFile->forLoop, &curFile->buf)) {