agon-bbc-basic
agon-bbc-basic copied to clipboard
Official AGON QUARK Firmware: BASIC Interpreter
As an Agon BBC BASIC programmer I want to be given the prompt "File exists. Do you want to overwrite (Y/n)?" If I try to save over a file that...
I thought I was losing my mind, it works for other people I have found a quite cumbersome work-around ----- LOAD /bbcbasic.bin RUN . /some/path/to/some.bas ----- this will work, nothing...
The RESTORE nnn statement does not always correctly position to the right line. Error can be recreated with the following test program TEST.BAS ``` 100 CLS:OSCLI("VERSION") 110 RESTORE 50000 120...
When I load a BAS program it runs fine after the NEW command I type some commands with or without errors after that I type OLD to restore the last...