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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a88a78b31443d1a9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-26 06:30:51 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!logbridge.uoregon.edu!arclight.uoregon.edu!news.tufts.edu!uunet!dca.uu.net!ash.uu.net!spool.news.uu.net!not-for-mail Date: Thu, 26 Feb 2004 09:30:13 -0500 From: Hyman Rosen User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: in-out and out parameters References: <5f59677c.0402260600.3c27ad66@posting.google.com> In-Reply-To: <5f59677c.0402260600.3c27ad66@posting.google.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Organization: KBC Financial Products Message-ID: <1077805821.190885@master.nyc.kbcfp.com> Cache-Post-Path: master.nyc.kbcfp.com!unknown@nightcrawler.nyc.kbcfp.com X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) NNTP-Posting-Host: 204.253.250.10 X-Trace: 1077805821 28420 204.253.250.10 Xref: archiver1.google.com comp.lang.ada:5852 Date: 2004-02-26T09:30:13-05:00 List-Id: Evangelista Sami wrote: > I thought that, as I and J were passed by references In Ada, out parameters may be passed using copy-in/copy-out rather than by reference in certain circumstances.