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=0.1 required=5.0 tests=BAYES_05,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,54e6f3bfd18d2769,start X-Google-Attributes: gid103376,public From: Mary Subject: Pointer function parameter Date: 2000/10/16 Message-ID: #1/1 X-Deja-AN: 682328778 Content-Transfer-Encoding: 7bit X-Trace: news4.atl 971754981 216.78.33.91 (Mon, 16 Oct 2000 23:56:21 EDT) Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 NNTP-Posting-Date: Mon, 16 Oct 2000 23:56:21 EDT Newsgroups: comp.lang.ada Date: 2000-10-16T00:00:00+00:00 List-Id: How can you handle address-of-operator (&) in Ada. ie. float calculation(float &num2, float num1) { float calc1, calc2; //some stuff } Thanks. Mary