summaryrefslogtreecommitdiffstats
path: root/development/blassic/README
diff options
context:
space:
mode:
author Luis Henrique2010-12-13 12:55:39 +0100
committer Erik Hanson2010-12-17 14:56:45 +0100
commit06206a7d122b2e9bc2ea32ed08e81839f0b7d032 (patch)
treeda62162d3988aea53210c6bd9186d188779a6355 /development/blassic/README
parent04af64df9824010140ca7d6498080ace4afbed0a (diff)
downloadslackbuilds-06206a7d122b2e9bc2ea32ed08e81839f0b7d032.tar.gz
development/blassic: Added (BASIC interpreter)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/blassic/README')
-rw-r--r--development/blassic/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/blassic/README b/development/blassic/README
new file mode 100644
index 0000000000..51d2b5ddba
--- /dev/null
+++ b/development/blassic/README
@@ -0,0 +1,7 @@
+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.