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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,32d9aa9d79729b31 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.220.230 with SMTP id pz6mr180206pbc.3.1340840576108; Wed, 27 Jun 2012 16:42:56 -0700 (PDT) Path: l9ni27487pbj.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: Any easy/build-in construct to extract submatrices from larger matrix? Date: Wed, 27 Jun 2012 16:42:55 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <788af57d-750d-418d-94bb-75c6557e36a9@g4g2000pbn.googlegroups.com> NNTP-Posting-Host: 96.2.54.122 Mime-Version: 1.0 X-Trace: posting.google.com 1340840575 22323 127.0.0.1 (27 Jun 2012 23:42:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 27 Jun 2012 23:42:55 +0000 (UTC) Cc: nma@12000.org In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=96.2.54.122; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-06-27T16:42:55-07:00 List-Id: On Tuesday, June 26, 2012 2:06:01 AM UTC-5, Nasser M. Abbasi wrote: > On 6/25/2012 9:48 PM, Jerry wrote: > > > > > Which brings me to one of my least favorite Ada features, the use of > > () instead of [] for array indices. > > fyi, > I found the allowed characters in Ada in the original > steelman document, dated June 1978 > > http://archive.adaic.com/docs/reports/steelman/steelman.htm#2 > > "Every source program shall also have a representation that > uses only the following 55 character subset of the ASCII graphics: > > %&'()*+,-./:;<=>? > 0123456789 > ABCDEFGHIJKLMNOPQRSTUVWXYZ_ > > " > > You see that [] were not even in the allowed character set. > > --Nasser I also notice there's no double-quote.