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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9d66743a9fdd96bd X-Google-Attributes: gid103376,public From: "Matthew Heaney" Subject: Re: question about functions Date: 2000/01/22 Message-ID: #1/1 X-Deja-AN: 576222549 Content-transfer-encoding: 7bit References: <867e3p$8ph$1@news.mgn.net> Content-Type: text/plain; charset="US-ASCII" X-ELN-Date: Sat Jan 22 10:51:03 2000 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.prod.itd.earthlink.net 948567063 38.26.88.249 (Sat, 22 Jan 2000 10:51:03 PST) Organization: EarthLink Network, Inc. Mime-version: 1.0 NNTP-Posting-Date: Sat, 22 Jan 2000 10:51:03 PST Newsgroups: comp.lang.ada Date: 2000-01-22T00:00:00+00:00 List-Id: In article , Stephen Leake wrote: > One alternate approach that is possible in Ada is to pass the result > as an 'out' parameter : > > procedure f (A, B : in T; C : out T); > > now you can do C'Address. C'Address is only defined if T is a by-reference type. See RM95 13.3 (16). -- Science is, foremost, a method of interrogating reality: proposing hypotheses that seem true and then testing them -- trying, almost perversely, to negate them, elevating only the handful that survive to the status of a theory. Creationism is a doctrine, whose adherents are interested only in seeking out data that support it. George Johnson, NY Times, 15 Aug 1999