K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-11-07T17:38:40.000000Z K 7 svn:log V 319 o Add proper stack checking to all file words o add fkey and fread o eliminate fexists now that this can be expressed in HLL forth ( : fexists fopen dup -1 <> if fclose 1 else drop 0 then ; ) :-) Once we get the ability to write files, it should be possible to do stand-alone rescue work from the 3rd stage boot. :) END