diff options
Diffstat (limited to 'development/blassic/README')
-rw-r--r-- | development/blassic/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/blassic/README b/development/blassic/README index 51d2b5ddbaf35..06a30cd8f847e 100644 --- a/development/blassic/README +++ b/development/blassic/README @@ -1,3 +1,5 @@ +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 @@ -5,3 +7,9 @@ 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/ |