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,81bb2ce65a3240c3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.50.179.66 with SMTP id de2mr1433788igc.4.1340972032042; Fri, 29 Jun 2012 05:13:52 -0700 (PDT) Path: l9ni33209pbj.0!nntp.google.com!news2.google.com!news.glorb.com!feeder.erje.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: What would you like in Ada202X? Date: Fri, 29 Jun 2012 14:13:56 +0200 Organization: cbb software GmbH Message-ID: <1rs9slwdq614h.1drlo9pdojjso$.dlg@40tude.net> References: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> <99d27165-f1da-4d0b-a121-fd8dbf637635@googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: FbOMkhMtVLVmu7IwBnt1tw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2012-06-29T14:13:56+02:00 List-Id: On Fri, 29 Jun 2012 04:29:03 -0700 (PDT), joachim.schroeer@cassidian.com wrote: > 1. Want to see parameter modes in calls. > > procedure Proc (An_In_Parameter : in Integer; > An_Out_Parameter : out Integer; > An_Inout_Parameter : in out Integer; > An_Access_Parameter : access Integer); > > Proc (An_In_Parameter <= A, > An_Out_Parameter => B, > An_Inout_Parameter <=> C, > An_Access_Parameter -> D'Access); > Proc ( An_In_Parameter := A, B := An_Out_Parameter, C := An_Inout_Parameter := C, -- Note great opening opportunities! D := An_Access_Parameter.all ); OK, I am joking. (:-)) -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de