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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,38fc011071df5a27 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-28 06:35:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Ideas for Ada 200X Date: 28 May 2003 09:27:37 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <6a90b886.0305262344.1d558079@posting.google.com> <3ED41344.7090105@spam.com> <3ED46D81.FF62C34F@0.0> <3ED46E07.4340CABC@0.0> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1054129417 18105 128.183.235.92 (28 May 2003 13:43:37 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 28 May 2003 13:43:37 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:37906 Date: 2003-05-28T13:43:37+00:00 List-Id: Vinzent Hoefler writes: > Stuart Palin wrote: > > > The_Result := Meaningful_Ident_1 -- Meaningful_Ident_2 > > + Meaningful_Ident_3; > > > >[OK Any decent form of testing should find the mistake Also any decent editor; the comments are in a different color. > Mmh. Probably[0] this is one reason I always have any line ending > with the operator when I have to split lines. > > Like: > > |The_Result := Meaningful_Ident_1 -- Meaningful_Ident_2 + > | Meaningful_Ident_3; > > So this wouldn't compile. :) Good point! Maybe I'll add that to the rationale section of my style guide. -- -- Stephe