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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Arrays in Ada 2012 Date: Tue, 06 Jun 2017 22:59:42 +0100 Organization: A noiseless patient Spider Message-ID: References: <35c6ac5a-3295-4fa4-8545-ca76c113dde4@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="8c9a2d9d2b8fbe112d52994a4f388f04"; logging-data="7597"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18I6ZYfHjmanDy/QqvtPrjkojS9BiACiQU=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (darwin) Cancel-Lock: sha1:W+fkc6sx7hpvZzKYXufm8emltfc= sha1:aU2WpXnrVrbUavtZQf4NcDFjPJ0= Xref: news.eternal-september.org comp.lang.ada:46908 Date: 2017-06-06T22:59:42+01:00 List-Id: "Dmitry A. Kazakov" writes: > On 06/06/2017 15:17, Simon Wright wrote: >> "Dmitry A. Kazakov" writes: > >>> The greater dimension index changes first, so: >> >> I don't think this is right? it's the last index that changes first, > > Isn't that same? Meaning: "first" = "more frequently". I was confused by "the greater dimension". I think you must mean the index with the greater N as in 'Length(N)? I suppose I was thinking that the earlier (as read) dimensions would be "more important", i.e. greater. Anyway, certainly the last index changes most rapidly.