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,ffc9e2fe760c58fd X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!g43g2000cwa.googlegroups.com!not-for-mail From: "john Doef" Newsgroups: comp.lang.ada Subject: Re: Records that could be arrays Date: 23 Feb 2006 00:21:26 -0800 Organization: http://groups.google.com Message-ID: <1140682886.120718.314010@g43g2000cwa.googlegroups.com> References: NNTP-Posting-Host: 129.185.75.9 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1140682891 5679 127.0.0.1 (23 Feb 2006 08:21:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 23 Feb 2006 08:21:31 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.3) Gecko/20040913,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 proxy1 (NetCache NetApp/6.0.2) Complaints-To: groups-abuse@google.com Injection-Info: g43g2000cwa.googlegroups.com; posting-host=129.185.75.9; posting-account=ChdDVw0AAAA1zzhbhPkYj5jV67BFSpEl Xref: g2news1.google.com comp.lang.ada:3093 Date: 2006-02-23T00:21:26-08:00 List-Id: Justin Gombos a =E9crit : > I noticed this example code in 5.4.4 of the Ada Quality and Style > Guide: [=2E..] > can be more expressive with an array. Example- there are more options > when it comes to an arrays role in control structures. Plus the > "others =3D>" notation is available. Thoughts? "others =3D>" is availabe for records too. JD.