mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
1813538d9e
Signed-off-by: B. Watson <yalhcru@gmail.com>
15 lines
662 B
Text
15 lines
662 B
Text
blassic (BASIC interpreter)
|
|
|
|
Blassic is a classic Basic interpreter. The line numbers are
|
|
mandatory, and it has PEEK & POKE. The main goal is to execute
|
|
programs written in old interpreters, even those that use peculiar
|
|
control flow constructs or automodifiable code. However, it can be
|
|
used as a scripting language, and has some not-so-classic
|
|
instructions. It has graphics modes that are compatible with some
|
|
classic systems and user defined.
|
|
|
|
Blassic ships with many example programs, which are installed in
|
|
/usr/share/blassic/examples/
|
|
|
|
There is no documentation on the Blassic language included in the
|
|
package. Full docs can be found on http://blassic.net/
|