Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!MITCH.ENG.SUN.COM!wmb From: wmb@MITCH.ENG.SUN.COM Newsgroups: comp.lang.forth Subject: Re: Blocks vs Text files Message-ID: <9004101439.AA06182@jade.berkeley.edu> Date: 9 Apr 90 16:52:45 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: wmb@MITCH.ENG.SUN.COM Organization: The Internet Lines: 11 > it is easy to do the [block source to text file source] conversion > in Forth. Not strictly true. A more correct statement would be: It is easy to do it in some Forth systems which provide file access, but there is no *portable* way to do it in standard Forth. (I am speaking here of existing Forth systems; the ANS Forth document provides the necessary functions to do it portably). Mitch