Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site rtech.ARPA Path: utzoo!utcs!lsuc!pesnta!hplabs!amdahl!rtech!mark From: mark@rtech.ARPA (Mark Wittenberg) Newsgroups: net.lang.c,net.lang.mod2 Subject: Re: Wirth... Message-ID: <158@rtech.ARPA> Date: Sun, 17-Feb-85 17:21:05 EST Article-I.D.: rtech.158 Posted: Sun Feb 17 17:21:05 1985 Date-Received: Tue, 19-Feb-85 04:46:33 EST References: <7854@brl-tgr.ARPA> <1092@opus.UUCP> Organization: Relational Technology, Berkeley CA Lines: 13 Xref: utcs net.lang.c:4307 net.lang.mod2:171 On the topic of PASCAL and MODULA-2: Pascal doesn't allow declaring a "pointer to pointer to ..." directly (you need an intermediate type), but given such a thing allows you to say "object pointed to by object pointed to by ...". I thought that Wirth had fixed this when I saw that M-2 does allow declaring a "pointer to pointer to ..." directly. My enthusiasm was tempered when I noticed that it does NOT allow "ptr^^"; you must use a run-time temp variable. Anybody know why the change? Mark Wittenberg Relational Technology, Inc ucbvax!mtxinu!rtech!mark