BASIC-256 is an easy to use version of BASIC designed to teach anybody (especially middle and high-school students) the basics of computer programming. It uses traditional control structures like gosub, for/next, and goto, which helps kids easily see how program flow-control works. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises.
This is my fork on BASIC-256 as I struggled getting in touch with original authors.
I keep this current with upstream, including original SVN history via GIT SVN.
-
fmod
floating point modulo command - embedded translations no matter what
- complete italian translation for the win
- Flatpak package on flathub
- AppImage distribution
- locally available inline command help
- real IDE-less execution of program
- auto generated reference docs
Original project website at http://www.basic256.org
Source code for original project https://sourceforge.net/p/kidbasic/code/HEAD/tree/
BASIC 256 book at https://syw2l.org/?page_id=407