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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,1c5ea9562750d823 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!feeder.erje.net!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Thu, 28 May 2009 23:31:59 +0200 From: Georg Bauhaus Reply-To: rm.tsoh+bauhaus@maps.futureapps.de User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada extension information References: <4a1f0096$0$31331$9b4e6d93@newsspool4.arcor-online.net> In-Reply-To: <4a1f0096$0$31331$9b4e6d93@newsspool4.arcor-online.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4a1f02ce$0$31331$9b4e6d93@newsspool4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 28 May 2009 23:31:58 CEST NNTP-Posting-Host: 95068e38.newsspool4.arcor-online.net X-Trace: DXC=5AWGc__dIP_O7VW]ogaKQDKiQ7hDWoP[6a X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:6088 Date: 2009-05-28T23:31:58+02:00 List-Id: Georg Bauhaus wrote: The first signs of confusion have already made it into this example ;-) > loop > exit if (if N > 0 then M/N > 0 else M > 1); exit when (if N > 0 then M/N > 0 else M > 1); > N := F(M, N); > end loop;