Suppose for NEXT without variable #91
Labels
enhancement
New feature or request
fantasy
Something that might be interesting.
wontfix
This will not be worked on
gobasic should support NEXT without a variable.
The NEXT variable should be optional unless for BASIC code collapsing multiple FOR loops into the same NEXT (10 for a=1 to 2: for b=3 to 5: next b,a).
Documentation: https://hwiegman.home.xs4all.nl/gw-man/FORNEXT.html
The text was updated successfully, but these errors were encountered: