|
|
|
|
|
by thomassmith65
122 days ago
|
|
I gather the version of Basic is not Object-Oriented. So the program most likely is flat: a bunch of global variables (and possibly memory addresses), and instructions ordered by line number, rather than functions or methods. |
|
No line numbers except for goto labels, but gosub is the challenge for transpilation.