mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
06206a7d12
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
7 lines
416 B
Text
7 lines
416 B
Text
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.
|