Antonio Leal 0a2230774b development/kForth-64: Fix /etc/profile.d file. 1 rok temu
..
README 0a2230774b development/kForth-64: Fix /etc/profile.d file. 1 rok temu
doinst.sh 8cc6577b6d development/kForth-64: Added (64-bit Forth System for GNU/Linux) 1 rok temu
kForth-64.SlackBuild 0a2230774b development/kForth-64: Fix /etc/profile.d file. 1 rok temu
kForth-64.desktop 8cc6577b6d development/kForth-64: Added (64-bit Forth System for GNU/Linux) 1 rok temu
kForth-64.info 8cc6577b6d development/kForth-64: Added (64-bit Forth System for GNU/Linux) 1 rok temu
slack-desc 8cc6577b6d development/kForth-64: Added (64-bit Forth System for GNU/Linux) 1 rok temu

README

kForth is an implementation of the Forth programming language
and environment. The user may write Forth programs with an editor,
load these program files from kForth, and run them.

kForth provides a large subset of the Forth-2012 specification for
the Forth language. It also provides some extensions and non-standard
features which its authors have found to be useful.
Experienced Forth users should consult the Technical Information
section of the User’s Guide for specific information on the
differences between kForth and Forth-2012.

You may specify a specific directory in which kforth will search
for .4th files not found in the current directory. The environment
variable KFORTH_DIR must be set to this directory.
For example, add the following lines to your .bash_profile file:

KFORTH_DIR=~/kforth/kForth-64-x.y.z/forth-src
export KFORTH_DIR

if you want to override the default location on
KFORTH_DIR=/usr/share/kForth-64