🕒
Activity
🎮
Browse
📰
Forums
📖
Docs
🔎
Search
Login
Login
Might make SBS readonly:
thread
NEXT inside IF
Root
/
SmileBASIC Bug Reports
/
[.]
12Me21
Created:
~8 years ago
12Me21
#1
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)
computablee
#2
The question is: does it work as expected?