Running the trek.bas from Linux I get the following error:
GENERATING GALAXY.Error on line 420: NEXT without FOR
Hint: Every NEXT needs a matching FOR above; NEXT I pairs with FOR I = …
G(I,J)=K3*100+B3*10+FNR(1) : NEXT J : NEXT I : IF K9>T9 THEN T9=K9+1
To recreate:
- download basic-linux.tar.gz from v2.1.1
- extract
- ./basic examples/trek.bas
- see Enterprise ASCII
- press enter
- see error above
Running the trek.bas from Linux I get the following error:
To recreate: