
This is a variant of FORTH, with significant changes:

	Words separated by ':' indicate sub-objects. (':' by itself still
	means 'compile')

	Instead of using a "dictionary" as in normal Forth, this version
	uses the operating system's object database.
