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,54e6f3bfd18d2769 X-Google-Attributes: gid103376,public From: Florian Weimer Subject: Re: Pointer function parameter Date: 2000/10/18 Message-ID: <87snpthni0.fsf@deneb.enyo.de>#1/1 X-Deja-AN: 683439453 References: Organization: Enyo's not your organization Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-10-18T00:00:00+00:00 List-Id: Mario Amado Alves writes: > > How can you handle address-of-operator (&) in Ada. (Mary) > > I think you should write "address-of operator", > ^ > or simply "address operator". Well, in the example posted there wasn't any adress operator at all. ;-) I think it's called "reference declaration" by the C++ standard.