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: Hyman Rosen Subject: Re: question about functions Date: 2000/01/20 Message-ID: #1/1 X-Deja-AN: 575395132 Sender: hymie@calumny.jyacc.com References: <867e3p$8ph$1@news.mgn.net> X-Complaints-To: abuse@panix.com X-Trace: news.panix.com 948397658 17975 209.49.126.226 (20 Jan 2000 19:47:38 GMT) Organization: PANIX Public Access Internet and UNIX, NYC NNTP-Posting-Date: 20 Jan 2000 19:47:38 GMT Newsgroups: comp.lang.ada Date: 2000-01-20T19:47:38+00:00 List-Id: "Pascal LEJEUNE" writes: > I explain : > if C := f(A, B); > how can i know, in f, C's addres ? > function f(A, B : in T) return T is > begin > address of the result of f ? > end f; How bizarre! There is no way to do this, of course.