beebui icon indicating copy to clipboard operation
beebui copied to clipboard

Example programs

Open udhos opened this issue 6 years ago • 2 comments

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

udhos avatar Mar 06 '19 17:03 udhos

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...

andydotxyz avatar May 05 '19 08:05 andydotxyz

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. 😕

udhos avatar May 15 '19 21:05 udhos