Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site uvacs.UUCP Path: utzoo!linus!decvax!mcnc!ncsu!uvacs!mac From: mac@uvacs.UUCP (Alex Colvin) Newsgroups: net.lang Subject: Re: Re: Varieties of conditional statement Message-ID: <2445@uvacs.UUCP> Date: Mon, 14-Oct-85 20:24:00 EDT Article-I.D.: uvacs.2445 Posted: Mon Oct 14 20:24:00 1985 Date-Received: Thu, 17-Oct-85 07:10:05 EDT References: <418@phri.UUCP> <2600012@ccvaxa> <1901@reed.UUCP> <1703@peora.UUCP> <871@gitpyr.UUCP> Organization: U.Va. CS dept. Charlottesville, VA Lines: 6 > Syntactically, there's no reason why we couldn't have something like: > IF c THEN DECLARE a : INTEGER; ... ENDIF As, in fact, you do in Algol68. IF c THEN INT a; ... FI