Group: comp.lang.forth · Group Profile · Search for Parsing text files with standard words in comp.lang.forth
Author: coos
Date: Sep 18, 2008 13:11
...design where an application opens a file source and then returns to whatever..., which would then call EXECUTE-PARSING-FILE. Well yes, but the ... of EXECUTE-PARSING-FILE loses control until the word executed (xyz-...your example) has completed, whereupon the file is closed. So the caller ... delegates the processing of the file to xyz-helper via execute-parsing-file. So it's not ...
|