yabasic

Yet Another BASIC interpreter

Install

All systems
curl cmd.cat/yabasic.sh
Debian Debian
apt-get install yabasic
Ubuntu
apt-get install yabasic
image/svg+xml Kali Linux
apt-get install yabasic
Windows (WSL2)
sudo apt-get update sudo apt-get install yabasic
Raspbian
apt-get install yabasic

yabasic

Yet Another BASIC interpreter

yabasic implements the most common and simple elements of the BASIC language; it comes with for-loops and goto with while-loops and procedures. yabasic does monochrome line graphics, and printing comes with no extra effort. yabasic runs under Unix and Windows; it is small (less than 200 KB) and free.