continue statement must go to the update part of the for loop, not in the expr. ``` bobcom.c funtion void do_for(BobCompiler *c) ... //replace addcontinue(c,¢ry,nxt); by addcontinue(c, ¢ry, update); ```