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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8f802583e5c84fa X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: String filtering Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <1j92wa9843ylq.16j89wuqatbaj$.dlg@40tude.net> <1b54lwg8s1gk8.1t3jp1cmc2x32$.dlg@40tude.net> <1128236249.692858.50370@g14g2000cwa.googlegroups.com> Date: Wed, 5 Oct 2005 16:14:59 +0200 Message-ID: NNTP-Posting-Date: 05 Oct 2005 16:14:34 MEST NNTP-Posting-Host: 7a93c492.newsread2.arcor-online.net X-Trace: DXC=m=1F@CeD1XTWlBlPAT_ljXQ5U85hF6f;TjW\KbG]kaMXGSi?jHD8GOPf?_2kY88;IU[6LHn;2LCV^7enW;^6ZC`T<=9bOTW=MN^ X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:5406 Date: 2005-10-05T16:14:34+02:00 List-Id: On Tue, 04 Oct 2005 19:47:25 GMT, Bj�rn Persson wrote: > Jacob Sparre Andersen wrote: >> function Name with side effects (...) Subtype; > > Perhaps it's time to invent the funcedure, a function/procedure hybrid > that has both a return value and out parameters? > > funcedure Name(Object : in out Type) return Subtype procedure Name (Object : in out Type) return Subtype; -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de