Yabasic (Yet Another BASIC interpreter) implements the most common and simple elements of the basic language; It comes with goto/gosub, with various loops, with user defined subroutines and Libraries. Yabasic is small (around 200KB) and free.
YaBasic installation
debarm:~# apt-get update debarm:~# apt-get install yabasic
Hello world example
This is the "Hello world !" source code example.
print "Hello world !"
Save it with in hello.yab then run it typing:
debarm:~# yabasic hello.yab Hello world !
Documentation Terms of Use
The Acme Systems srl provides this Debian system development and user manual.
The origin of these doc came from the website: http://www.acmesystems.it
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.