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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9245b8db9abd376c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-18 05:31:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!out.nntp.be!propagator-SanJose!in.nntp.be!easynews!uunet!dfw.uu.net!an02.austin.ibm.com!ausnews.austin.ibm.com!tp-wg.boeblingen.de.ibm.com!gelleric From: gelleric@tp-wg.boeblingen.de.ibm.com (Wolfgang Gellerich) Newsgroups: comp.lang.ada Subject: Re: Out parameters in a function Date: Thu, 18 Apr 2002 12:14:45 +0000 (UTC) Organization: IGS Internet News Server (AUSTIN) Message-ID: References: <3cbbe583.3628858@news.demon.co.uk> <3cbc3f05.26543327@news.demon.co.uk> <3CBC855D.148232E3@san.rr.com> NNTP-Posting-Host: tp-wg.boeblingen.de.ibm.com X-Trace: ausnews.austin.ibm.com 1019132085 15898 9.164.160.151 (18 Apr 2002 12:14:45 GMT) X-Complaints-To: abuse@ausnews.austin.ibm.com NNTP-Posting-Date: Thu, 18 Apr 2002 12:14:45 +0000 (UTC) X-Newsreader: xrn 9.02 Xref: archiver1.google.com comp.lang.ada:22716 Date: 2002-04-18T12:14:45+00:00 List-Id: In article <3CBC855D.148232E3@san.rr.com>, |> Note that in virtually all these languages, what this means is "return |> an anonymous tuple from the function." AFAIK, FORTH is the only |> reasonably common language where you can *actually* return multiple |> values from a function, rather than returning a single structured value. The dataflow language SISAL provides this feaure, too. Regards, Wolfgang Gellerich