Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!utfyzx!sq!msb From: msb@sq.UUCP Newsgroups: comp.lang.misc Subject: Re: The simplest way I know to PrettyPrint Message-ID: <1987Feb23.191410.26760@sq.uucp> Date: Mon, 23-Feb-87 19:14:10 EST Article-I.D.: sq.1987Feb23.191410.26760 Posted: Mon Feb 23 19:14:10 1987 Date-Received: Tue, 24-Feb-87 22:35:44 EST References: <366@esunix.UUCP> Reply-To: msb@sq.UUCP (Mark Brader) Organization: SoftQuad Inc., Toronto Lines: 11 Checksum: 37106 Along about now it should be pointed out, again, that there's no way for any prettyprinter to distinguish in general between: if (cond1) if (cond1) normalaction1 normalaction else if (cond2) else normalaction2 if (cond2) else erroraction1 normalaction3 else erroraction2 Mark Brader