You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 else will
So you have to *bye and do this all over again for some other bas
ie (errors are)
LOAD some.bas
No such variable
LOAD . some.bas
Type mismatch
If I replace LOAD with RUN the errors are the same
mos 1.04rc1
I don't know how to get basic version
The text was updated successfully, but these errors were encountered:
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 else will
So you have to *bye and do this all over again for some other bas
ie (errors are)
LOAD some.bas
No such variable
LOAD . some.bas
Type mismatch
If I replace LOAD with RUN the errors are the same
mos 1.04rc1
I don't know how to get basic version
The text was updated successfully, but these errors were encountered: