Execute HQ9+: Difference between revisions

m
→‎{{header|NS-HUBASIC}}: A bug resulting in the user getting an ?NF ERROR if an invalid command is in the HQ9+ code has been fixed.
m (→‎{{header|NS-HUBASIC}}: The code is shorter while still being easily readable.)
m (→‎{{header|NS-HUBASIC}}: A bug resulting in the user getting an ?NF ERROR if an invalid command is in the HQ9+ code has been fixed.)
Line 1,563:
70 IF C$="Q" THEN PRINT I$
80 A=A+(C$="+")
90 IF C$<>"9" GOTO 170200
100 FOR B=99 TO 1 STEP -1
110 IF B=1 THEN B$=""
441

edits