Kuma Forth - (C)1984 D.Williams & N.Fordham

Forth is a fully structured, self extending language. It is powerfull and yet
has good interaction with the user. Kuma Forth conforms to full FIG Forth
specification, it also has Floating Point; it enables the user to design and
use complex data structures as one unit.

Loading instructions:

(i)  CLEAR 200,&H87FF (RETURN)
(ii) BLOAD "KFORTH",R (RETURN)

