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.4 required=5.0 tests=BAYES_00,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9c41ceb9ae09ec6d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-09 15:54:49 PST Path: bga.com!news.sprintlink.net!hookup!news.mathworks.com!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: ADA FUNCTIONS TO PROCEDURES Date: 9 Mar 1995 07:05:58 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3jmqv6$5ut@gnat.cs.nyu.edu> References: NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1995-03-09T07:05:58-05:00 List-Id: You may have better luck converting functions to procedures if you make the result be an OUT parameter :-)