K 10 svn:author V 3 dcs K 8 svn:date V 27 1999-02-06T14:27:46.000000Z K 7 svn:log V 810 MFC: Rename "source" as "include". Make it capable of including forth source, while stripping #@- functionality (in the BOOT_FORTH case). Add builtin "more". (This is already in help.common -- must got into one of Mike's MFC). Make bf_run return ficlExec() result code. Push "interpret" on the execution stack before calling ficlExec() (not doing this was a bug, if we want ficlExec() to recurse). Add EXCEPTION and MEMORY-ALLOC word sets. Fix "evaluate" to respect buffer size. Make builtins "throw" errors instead of pushing them on the stack. Move error message printing from bf_command() to bf_run(). Make builtins state-aware. Fix "type" not to use fixed sized buffers. Add version words to ficl. Add trace facility to ficl. Add words $ and % to replace @ and - in "include". Approved by: jhk END