Minerva 1.98 vs 1.89 bug
Posted: Sat Jan 02, 2021 3:40 pm
I am seeing a strange bug on uQLx/sQLux where behaviour is different between Minerva 1.89 and 1.98
Run the code above on Minerva 1.98 and it will break the basic tokeniser. If you then for example do
on running you will get a "bad name" error.
On 1.89 it will work as expected.
Does this problem only exist on uQlx based emulators or is it general issue.
Code: Select all
10 NEW
Code: Select all
10 PRINT "Hello Forum"
On 1.89 it will work as expected.
Does this problem only exist on uQlx based emulators or is it general issue.