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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ae67f75abbc71211 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-26 20:54:03 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Why not using [] instead of () for array? Date: 26 Feb 2002 20:54:03 -0800 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0202262054.258490de@posting.google.com> References: <9ff447f2.0202241719.446bf17b@posting.google.com> <3C7A8668.50BC257B@cl.cilas.net> NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1014785643 21414 127.0.0.1 (27 Feb 2002 04:54:03 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 27 Feb 2002 04:54:03 GMT Xref: archiver1.google.com comp.lang.ada:20497 Date: 2002-02-27T04:54:03+00:00 List-Id: Toshitaka Kumano wrote in message news:<3C7A8668.50BC257B@cl.cilas.net>... > From a mathematical view, The syntax, > Output := Mapping (Input); > can be read "Input maps onto Input". Kumano-san states the mathematical argument very nicely here. Personally I tend to agree with this point of view.