Yabasic 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 does monochrome line graphics and printing.
Yabasic 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 does monochrome line graphics and printing.
To install yabasic, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install yabasic
To see what files were installed by yabasic, run:
port contents yabasic
To later upgrade yabasic, run:
sudo port selfupdate && sudo port upgrade yabasic
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.