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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: Luke A. Guest Newsgroups: comp.lang.ada Subject: Re: Community Input for the Maintenance and Revision of the Ada Programming Language Date: Thu, 10 Aug 2017 18:06:34 +0100 Organization: Aioe.org NNTP Server Message-ID: <466561720.524077501.729508.laguest-archeia.com@nntp.aioe.org> References: <1395655516.524005222.638450.laguest-archeia.com@nntp.aioe.org> <1502382504.2184.6.camel@obry.net> NNTP-Posting-Host: X8TZyIgs2cp51KfZ87Ao3A.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: NewsTap/5.2.6 (iPhone/iPod Touch) Cancel-Lock: sha1:EhQoU92T/mf5xHUMDVBtU/Xyl8Q= X-Notice: Filtered by postfilter v. 0.8.2 Xref: news.eternal-september.org comp.lang.ada:47683 Date: 2017-08-10T18:06:34+01:00 List-Id: Pascal Obry wrote: > Le mercredi 09 août 2017 à 22:08 +0100, Luke A.Guest a écrit : >> 4) multiple return types: >> >>   function Blah return Integer, Float;  > > Generalized tuples. I would like this too. > I wanted this in Ada95 when I wanted to return a value and an error code from a function, had to change it to a procedure, could do it now with an out parameter on a function but a type would still be better.