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: 103376,da5197b9dca0ed40 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!not-for-mail From: =?iso-8859-15?Q?Yannick_Duch=EAne_=28Hibou57=29?= Newsgroups: comp.lang.ada Subject: Re: Processing array subsections, a newbie question. Date: Tue, 15 Jun 2010 14:11:43 +0200 Organization: Ada At Home Message-ID: References: <4c13db30$0$2391$4d3efbfe@news.sover.net> <4c16c088$0$2366$4d3efbfe@news.sover.net> <4c1762dd$0$2392$4d3efbfe@news.sover.net> NNTP-Posting-Host: MUBnEm2UjHKtRJOs8aAVQA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; 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: g2news1.google.com comp.lang.ada:11752 Date: 2010-06-15T14:11:43+02:00 List-Id: Le Tue, 15 Jun 2010 13:27:06 +0200, Peter C. Chapin = a =E9crit: >> It's described in Section 3.1.5 of the Examiner User Manual (the >> section on command qualifiers) but is not mentioned in the section on= >> reserved words (5.3, where you would really expect to find it). > > That's cool. Good to know! > > Peter If you use it, just be careful that names in VC and simplified VC files = = will be changed (just wanted to noticed so you will not feel lost). -- = There is even better than a pragma Assert: a SPARK --# check. --# check C and WhoKnowWhat and YouKnowWho; --# assert Ada; -- i.e. forget about previous premises which leads to conclusion -- and start with new conclusion as premise.