EgonOlsen71/basicv2

BasicShell: no run with linenumber

Closed this issue · 5 comments

When with Basicrun a program should be started at a specific line, there is an error:

image

It would be nice, when a run with linenumber would be possible as in the C64

Might work now. It was a bit of a hack to support this, because the interpreter actually doesn't really support starting the program at any line but at the start. I hope this has to side effects...

Note: When giving it a non-existing line, it won't error out but simply start at the first line instead.

Maybe the hack doesn't work:
image

And the help text should be updated to "run [number]"

I see. I guess the hack is actually fine, but the behaviour of RUN in the interpreter itself wasn't quite what one would expect.

Please give it another try.

Much better now :-) Now it works as described
When you have time you should improve the text in the helpwindow