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,da5197b9dca0ed40 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Processing array subsections, a newbie question. Date: Mon, 14 Jun 2010 20:41:30 +0100 Organization: A noiseless patient Spider Message-ID: References: <4c13db30$0$2391$4d3efbfe@news.sover.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Date: Mon, 14 Jun 2010 19:41:30 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="KCXegvZb5vh43D+f3BR6Ew"; logging-data="27163"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+inPRun8Gges5tSVpJCCHZnosGjR6Z0oI=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:UAaOcug6tRxJG7VaK9x8YPjwEaY= sha1:RqUkgTooeS1sZmx2HYDCo2IqYwg= Xref: g2news2.google.com comp.lang.ada:12693 Date: 2010-06-14T20:41:30+01:00 List-Id: Colin Paul Gloster writes: > I really do not approve of the names Index_Fst and Index_Lst. Quite agree. What's wrong with First and Last? (or even if it wasn't obvious already Index_First, Index_Last).