diff options
author | B. Watson <yalhcru@gmail.com> | 2018-01-06 12:19:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-10 23:55:54 +0700 |
commit | 1813538d9ef6dec531327313d784cac86bc61d0e (patch) | |
tree | 02b9246ee07361a3d4c786ee043a7d8399676c7c /development/blassic/README | |
parent | a65094d1c012322d3ec0b3be67a0c19597ab470a (diff) | |
download | slackbuilds-1813538d9ef6dec531327313d784cac86bc61d0e.tar.gz |
development/blassic: Updated for version 0.10.3, new maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 51d2b5ddba..06a30cd8f8 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/ |