Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!rochester!ritcv!rocksvax!parcvax!hplabs!sdcrdcf!sdcsvax!ncr-sd!ncrcae!ncsu!hand From: hand@ncsu.UUCP (Steven Hand) Newsgroups: net.lang,net.lang.pascal,net.lang.mod2,net.unix Subject: Re: readf, writef Message-ID: <3065@ncsu.UUCP> Date: Wed, 26-Mar-86 14:17:04 EST Article-I.D.: ncsu.3065 Posted: Wed Mar 26 14:17:04 1986 Date-Received: Sun, 20-Apr-86 23:58:53 EST References: <211@daemen.uucp> Organization: N.C. State University, Raleigh Lines: 14 >I am currently learning Modula-2 on the VAX and it doesn't have the >WriteString, ReadString, WriteCard, ReadCard, etc, functions, instead it >uses Readf and Writef. The system documentation doesn't include the syntax >for Readf and Writef. Could someone out there shed some light on the subject? I think Readf and Writef correspond to scanf and printf in C and have similar syntax. Has anyone written a standard input/output module for this compiler? (it is the "Powell" research compiler for UNIX distributed by DEC for a nominal fee.) BTW, I would like to see a lot of Modula-2 software posted to the net. Class projects, custom modules, anything like that would be great!