Path: utzoo!attcan!uunet!lll-winken!lll-lcc!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!UOGUELPH.BITNET!BOTCHAIR From: BOTCHAIR@UOGUELPH.BITNET (Alex Bewley) Newsgroups: comp.lang.modula2 Subject: Re: A Modula-2 Gripe Message-ID: Date: 1 Sep 88 04:35:01 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Info-Modula2 Distribution List Organization: The Internet Lines: 10 You read the manual incorrectly. FileSystem does support ASCII i/o with translation. Ie. is character code 32C. becomes ASCII.EOL. Read the the FileSystem definition module on page 268 of the version 3 manual. LongIO uses InOut, so that LONGINTs can be redirected to files or console. SimpleTerm is for raw fast console ie. It uses DOSCALLS. If anybody has any questions about the libraries, I have the source code for them (and probably so does everybody else). Alex