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,5bfab93693a9feee X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-26 07:12:08 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!fr.clara.net!heighliner.fr.clara.net!newsfeed.vmunix.org!feed.news.nacamar.de!newsfeed.freenet.de!news.freenet.de!not-for-mail From: dontwantspam@abc.com (Jan) Newsgroups: comp.lang.ada Subject: Re: parameter modes Date: Thu, 26 Dec 2002 15:10:35 GMT Message-ID: <3e0b1758.12154890@news.freenet.de> References: <3e09fd53.18465812@news.freenet.de> X-Newsreader: Forte Free Agent 1.21/32.243 NNTP-Posting-Host: 213.7.193.136 X-Trace: 1040915511 news.freenet.de 10587 213.7.193.136:1214 X-Complaints-To: abuse@freenet.de Xref: archiver1.google.com comp.lang.ada:32315 Date: 2002-12-26T15:10:35+00:00 List-Id: On Wed, 25 Dec 2002 14:03:56 -0800, Dennis Lee Bieber wrote: >freely used on both sides of an assignment. No specification is made on >whether IN OUT uses by-reference or value-return (by-copy in each >direction); it is perfectly valid for an implementation to copy the >value to a local (stack) location, use that copy internally, and then >copy the last value back to the original variable on return from the >procedure. This is what I wanted to hear, thanks. Jan --- eMail: janp9 @ gmx.net