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,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,668e9e8459c8aba3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-04 09:35:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!aanews.merit.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP) Date: Wed, 4 Dec 2002 12:25:04 -0500 Organization: Michigan State University Message-ID: References: <17cd177c.0212031234.340ca0aa@posting.google.com> Reply-To: "Chad R. Meiners" NNTP-Posting-Host: schubert.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:31435 Date: 2002-12-04T12:25:04-05:00 List-Id: "Robert A Duff" wrote in message news:wccr8cxd7ep.fsf@shell01.TheWorld.com... > Georg Bauhaus writes: > > > function inc(x: Standard.Integer := Standard.Integer'(0)) > > return Standard.Integer is > > begin > > return Standard."+"(x, Standard.Integer'Succ(x)); > > end inc; > > Inc should be called Double_Plus_One. ;-) > > - Bob Or Oddify ;-) -CRM