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,f28dd1d63a9466b2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-23 05:07:36 PST Newsgroups: comp.lang.ada Path: nntp.gmd.de!stern.fokus.gmd.de!ceres.fokus.gmd.de!zib-berlin.de!fu-berlin.de!news.dfn.de!darwin.sura.net!ms!collins From: collins@cs.wm.edu (Bob Collins) Subject: Re: Syntax question Message-ID: <1995Mar23.130736.19109@cs.wm.edu> Sender: news@cs.wm.edu (News System) Nntp-Posting-Host: ms.cs.wm.edu Organization: The College of William and Mary References: <3jrt1m$9rk@erinews.ericsson.se> <3jt5je$d0u@pip.shsu.edu> Date: Thu, 23 Mar 1995 13:07:36 GMT Date: 1995-03-23T13:07:36+00:00 List-Id: In article <3jt5je$d0u@pip.shsu.edu> stdsee01@pip.shsu.edu (Road Pilot) writes: >Geoffrey Hollingworth (etlghh@garbo.ericsson.se) wrote: >: [snip] >: When binding formal parameters with actual parameters the '=>' >: operator is used, irrespective of whether the formal parameter >: is declared as IN, INOUT or OUT. Is there a reason for this ? >: [snip] >Well, the arrow symbol "=>" is not meant to imply direction. It is used in >the case statement (ex: WHEN choice => statement) and in aggregate assingments > [snip] >I don't know if this helps any or just confuses more, but I guess the main >thing is that the arrow is more like a placeholder or referencing tool and >is not meant to imply direction. At the Ada debut in 1979 or 80 (memory cell problem), I asked Jean Ishbiah how to pronounce the symbol "=>." He said it was supposed to be like a pointing hand, and so he recommended pronouncing it as "finger." If you needed to know ... Bob Collins, collins@cs.wm.edu