slackbuilds_ponce/development/yabasic
Antonio Leal f09d360673
development/yabasic: Added (Basic interpreter).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-08-26 19:07:02 +07:00
..
doinst.sh
README
slack-desc
yabasic.desktop
yabasic.info
yabasic.png
yabasic.SlackBuild

yabasic is a traditional basic interpreter. It understands most of
the typical basic-constructs, like goto, gosub, line numbers, read,
data or string-variables with a trailing '$'. But on the other hand,
yabasic implements some more advanced programming-constructs like
subroutines or libraries (but not objects). yabasic works much the
same under Unix and Windows.

yabasic puts emphasis on giving results quickly and easily;
therefore simple commands are provided to open a graphic window,
print the graphics or control the console screen and get
keyboard or mouse information.