PROC_forth_init(dictionary_size%)
PROC_forth_compile(forthfile$)
PROC_forth_run(word$, par%)
CALL _forth_run, word$, par1%, par2%, ....
INSTALL @lib$+"forthlib" PROC_forth_init(100000) PROC_forth_compile(@dir$+"bb4wforth.f") PROC_forth_compile(@dir$+"hanoix.f") PROC_forth_run("TOWERS",12)