That NEXT in PetitWorld should be replaced with CONTINUE.
GOTO inside a loop makes sense if the destination label is also inside the loop.
Replying to:NeatNitThat NEXT in PetitWorld should be replaced with CONTINUE.
GOTO inside a loop makes sense if the destination label is also inside the loop.
Well, yes.
But then you could just move the code to where you needed it
Replying to:NeatNitThat NEXT in PetitWorld should be replaced with CONTINUE.
GOTO inside a loop makes sense if the destination label is also inside the loop.
I counted. There are 36 WHILEs and 37 WENDs... How does this not cause an error?
Replying to:NeatNitThat NEXT in PetitWorld should be replaced with CONTINUE.
GOTO inside a loop makes sense if the destination label is also inside the loop.
I think what I'll do for the next version is have the program count the number of each keyword, so it can tell you what caused the problem.
I'm working on version 4 now
It will detect the cause of indenting errors (For example, having more NEXT than FOR)
I just have to make it detect errors in IF/THEN/ELSEIF/ELSE/ENDIF
Released!