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,32d9aa9d79729b31 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.228.227 with SMTP id sl3mr16684302pbc.5.1340715242912; Tue, 26 Jun 2012 05:54:02 -0700 (PDT) Path: l9ni22001pbj.0!nntp.google.com!news1.google.com!newsfeed2.dallas1.level3.net!news.level3.com!bloom-beacon.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!.POSTED!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Any easy/build-in construct to extract submatrices from larger matrix? Date: Tue, 26 Jun 2012 08:54:00 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <788af57d-750d-418d-94bb-75c6557e36a9@g4g2000pbn.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 X-Trace: pcls6.std.com 1340715241 16261 192.74.137.71 (26 Jun 2012 12:54:01 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Tue, 26 Jun 2012 12:54:01 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:BKttjlzxTXGOeczvs+b0FZDRB2I= Content-Type: text/plain; charset=us-ascii Date: 2012-06-26T08:54:00-04:00 List-Id: "Nasser M. Abbasi" writes: > 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. And yet string literals used double quotes, aggregates use vertical bar, and based literals use sharp sign, even though I don't see any of: " | # listed above. [] were not outlawed by the above requirement, either. - Bob