diff options
author | G. Schoenmakers <gschoen@iinet.net.au> | 2013-02-23 23:00:15 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-23 23:00:15 -0600 |
commit | d34c34353b70a31ab7756d48a4e9fad87eb5d56c (patch) | |
tree | 79784551730938410a5e429e9962fa021c55827e /development/kforth/slack-desc | |
parent | 86ef446c7f9f2b8ae76917b6837f2ec9dcec28a0 (diff) |
development/kforth: Added (A Forth programming language and environment)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/kforth/slack-desc')
-rw-r--r-- | development/kforth/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/kforth/slack-desc b/development/kforth/slack-desc new file mode 100644 index 000000000000..635e6456178d --- /dev/null +++ b/development/kforth/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +kforth: kforth (A Forth programming language and environment) +kforth: +kforth: kForth is an implementation of the Forth programming language and +kforth: environment. The user may write Forth programs with an editor, +kforth: load these program files from kForth, and run them. kForth, like +kforth: other implementations of Forth, provides an interactive environment, +kforth: allowing the user to examine or define variables and execute or +kforth: define individual words. +kforth: +kforth: http://ccreweb.org/software/kforth/kforth1.html +kforth: |