04-09-2025, 12:13 PM
(04-09-2025, 02:46 AM)eoredson Wrote: So, QBJS is a web browser Html/Javascript IDE parser which works well with FireFox..
This did not work…
Yes, while one of the goals of the project is to provide as much compatibility as feasible without sacrificing performance, there are a number of keywords not supported in QBJS (yet). The list of supported and unsupported keywords is maintained here:
Supported Keywords
Unsupported Keywords
…and a general overview of language support here:
QBasic Language Support
This particular example doesn’t work because QBJS doesn’t support GOSUB or ON TIMER (yet).

