Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 (Fortune 01.1b1); site graffiti.UUCP Path: utzoo!linus!decvax!ucbvax!ucdavis!lll-crg!seismo!ut-sally!ut-ngp!shell!graffiti!peter From: peter@graffiti.UUCP (Peter da Silva) Newsgroups: net.lang Subject: Re: Varieties of conditional statement Message-ID: <303@graffiti.UUCP> Date: Tue, 15-Oct-85 11:32:45 EDT Article-I.D.: graffiti.303 Posted: Tue Oct 15 11:32:45 1985 Date-Received: Thu, 17-Oct-85 08:04:09 EDT References: <418@phri.UUCP> <2600012@ccvaxa> <1901@reed.UUCP> <1703@peora.UUCP> <964@vax2.fluke.UUCP> Organization: The Power Elite, Houston, TX Lines: 16 This is a matter of personal opinion. And now for mine: I prefer the 'C'/Pascal form for several reasons, but only one is important... if (expression) statement when statement is *not* a block is much neater than... if (expression) statement endif Of course the multiple priorities & esthetic decisions that resolve into the word "neat" are also matter of personal opinion.