LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

NEXT inside IF

Root / SmileBASIC Bug Reports / [.]

12Me21Created:
FOR I=0 TO 3
 IF I==2 THEN NEXT
NEXT
does not cause an error even though there are more NEXT than FOR. This might be intentional, but it's very bad, since you are supposed to use CONTINUE in this situation. (and having an extra NEXT breaks my code indenter)

The question is: does it work as expected?