We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It could be fun to add a few example programs which run fine in the emulator...?
I collect many sample BASIC programs here:
https://github.com/udhos/basgo/tree/master/examples
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. We could add a load feature that can access demo resources.
I’d like to include examples such as you have collected but it’s not clear what license they are currently available under...
Sorry, something went wrong.
I have some samples that are from my own writing, so nobody would hit licensing issues with them:
https://github.com/udhos/basgo/blob/master/examples/copy.bas https://github.com/udhos/basgo/blob/master/examples/cat.bas https://github.com/udhos/basgo/blob/master/examples/locate.bas https://github.com/udhos/basgo/blob/master/examples/screen.bas
However I think that gobasic can't handle them yet. 😕
No branches or pull requests
It could be fun to add a few example programs which run fine in the emulator...?
I collect many sample BASIC programs here:
https://github.com/udhos/basgo/tree/master/examples
The text was updated successfully, but these errors were encountered: