Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site ncsu.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!mcnc!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: Fri, 28-Mar-86 08:07:47 EST References: <211@daemen.uucp> Organization: N.C. State University, Raleigh Lines: 14 Xref: watmath net.lang:2266 net.lang.pascal:522 net.lang.mod2:408 net.unix:7487 >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!