From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e9f0eae6d714d11c X-Google-Attributes: gid103376,public From: Ehud Lamm Subject: Re: Gnat pretty printing Date: 1998/12/13 Message-ID: #1/1 X-Deja-AN: 421808111 References: <74lt16$9r0@romeo.logica.co.uk> <366E9E44.AA7370C7@pwfl.com><74on70$m9o$1@cnn.Princeton.EDU> <36714049.2C5CE298@pwfl.com> Content-Type: TEXT/PLAIN; charset=US-ASCII Organization: The hebrew University of Jerusalem Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-12-13T00:00:00+00:00 List-Id: I'll add my view on this. On Sat, 12 Dec 1998, Robert A Duff wrote: > Marin David Condic writes: > > List.First := List.First.Next ; > > List.Current := List.First ; > > List.Length := List.Length - 1 ; > > List.Memory := List.Memory - > > And why do all these ":=" line up? I like this style too. It is easier to read (for me at least) when the := line up. > > exception > > when Storage_Error => > > pragma Debug ( > > Ada.Text_IO.Put_Line ( > > File => Ada.Text_IO.Current_Error, > > Item => "UTIL.Tagged_Lists.Pop: Storage_Error.")) I prefer that the => line up. The spacing before is not important for me. Ehud Lamm mslamm@pluto.mscc.huji.ac.il