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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,48e1a3c594fb62e8 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!u-picardie.fr!news.ecp.fr!aioe.org!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: SPARK Date: Fri, 14 May 2010 05:26:41 +0200 Organization: Ada At Home Message-ID: References: NNTP-Posting-Host: mM0xwQlPwUIg+JKBHOmqjw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Opera Mail/10.53 (Win32) Xref: g2news2.google.com comp.lang.ada:11596 Date: 2010-05-14T05:26:41+02:00 List-Id: Suspected error. Unless I'm wrong for some reason, it seems the Quick Reference Card #1 = contains an error. About =E2=80=9Creturn annotation=E2=80=9D, it give the following exemple= : function Max(X, Y: Integer) return Integer; --# return M =3D> (A >=3D B -> M =3D X) and --# (B >=3D A -> M =3D Y); What're A and B if they aren't X and Y ? -- = pragma Asset ? Is that true ? Waaww... great