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-Thread: 103376,587e0e0a16d65b10 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns13feed!worldnet.att.net!attbi_s21.POSTED!53ab2750!not-for-mail From: "Jeffrey R. Carter" User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Invade wikipedia! References: <49a6d506$0$32680$9b4e6d93@newsspool2.arcor-online.net> <4a18f335-30f6-4216-8376-0310eb560445@p11g2000yqe.googlegroups.com> <49a7ced2$0$31342$9b4e6d93@newsspool4.arcor-online.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 173.16.158.68 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s21 1235803247 173.16.158.68 (Sat, 28 Feb 2009 06:40:47 GMT) NNTP-Posting-Date: Sat, 28 Feb 2009 06:40:47 GMT Organization: AT&T ASP.att.net Date: Sat, 28 Feb 2009 06:40:47 GMT Xref: g2news1.google.com comp.lang.ada:3842 Date: 2009-02-28T06:40:47+00:00 List-Id: Ivan Levashew wrote: >> > By the way, I use to indent 'exit when' the same as surrounding > loop-end-loop e. g. > > loop > Read_Next_Value; > exit when Is_Done; > Process_Value; > end loop; I understand the thinking behind this, and have considered doing it, but it doesn't seem to work well when exiting from a loop other than the innermost loop. -- Jeff Carter "I'm particularly glad that these lovely children were here today to hear that speech. Not only was it authentic frontier gibberish, it expressed a courage little seen in this day and age." Blazing Saddles 88