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,9def0a9c238c7bd8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-13 10:16:13 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!newsfeed.berkeley.edu!news-hog.berkeley.edu!ucberkeley!newshub.sdsu.edu!209.68.192.203!ragnarok.cts.com!thoth.cts.com!not-for-mail From: Keith Thompson Newsgroups: comp.lang.ada Subject: Re: Ada 0x Wish List Date: 13 Feb 2001 10:15:35 -0800 Organization: CTSnet Internet Services Sender: kst@king.cts.com Message-ID: References: NNTP-Posting-Host: king.cts.com X-Trace: thoth.cts.com 982088135 51567 209.68.192.180 (13 Feb 2001 18:15:35 GMT) X-Complaints-To: abuse@cts.com NNTP-Posting-Date: Tue, 13 Feb 2001 18:15:35 +0000 (UTC) X-Newsreader: Gnus v5.5/Emacs 20.3 Xref: supernews.google.com comp.lang.ada:5229 Date: 2001-02-13T10:15:35-08:00 List-Id: On Mon, Feb 12, 2001 2:23 AM, Dale Stanbrough wrote: > What -I- would like to see is a named parameter association > that shows you the mode of the parameter.... > > E.g. > procedure X (a : in integer; b : in out integer; c : out integer); > > > X (a <- 5, > b <-> y, > c -> d); > > It would be nice to see in a procedure call exactly which way > the data is going. I think the 1979 preliminary version of Ada had something like this; the syntax was X ( a := 5, b :=: y, c =: d ); -- Keith Thompson (The_Other_Keith) kst@cts.com San Diego Supercomputer Center <*> MAKE MONEY FAST!! DON'T FEED IT!!