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: tmoran@bix.com Subject: Re: question about functions Date: 2000/01/21 Message-ID: #1/1 X-Deja-AN: 575627161 References: <8690q7$8tc$1@news.mgn.net> X-Complaints-To: abuse@pacbell.net X-Trace: nnrp2-w.snfc21.pbi.net 948441653 206.170.2.128 (Fri, 21 Jan 2000 00:00:53 PST) Organization: SBC Internet Services NNTP-Posting-Date: Fri, 21 Jan 2000 00:00:53 PST Newsgroups: comp.lang.ada Date: 2000-01-21T00:00:00+00:00 List-Id: function ADD (A, B : in T) return T is tmp : T; begin -- call a procedure which use directly the hardware : proc (a'address, b'address, tmp'address); return tmp; end ADD;