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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.29.41 with SMTP id g9mr21207118obh.27.1449950381252; Sat, 12 Dec 2015 11:59:41 -0800 (PST) X-Received: by 10.182.112.135 with SMTP id iq7mr334425obb.10.1449950381229; Sat, 12 Dec 2015 11:59:41 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!mv3no15272712igc.0!news-out.google.com!l1ni1332igd.0!nntp.google.com!mv3no11726346igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 12 Dec 2015 11:59:40 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=94.242.228.108; posting-account=zd4fUAoAAABZGnAfDxrdJ5Lpts-qUilv NNTP-Posting-Host: 94.242.228.108 References: <6caaac83-bca4-4b75-a4b3-47189e281c1a@googlegroups.com> <360882c8-263e-42fd-b3ee-ef93cc11d8f4@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Basics : many way to use a Procedure From: comicfanzine@gmail.com Injection-Date: Sat, 12 Dec 2015 19:59:41 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:28792 Date: 2015-12-12T11:59:40-08:00 List-Id: Le samedi 12 d=E9cembre 2015 19:28:03 UTC, Simon Wright a =E9crit=A0: > comicfanzine@gmail.com writes: >=20 > > But , i still don't know where this sign come from : " =3D> " . Any > > information or A.R.M documentation about it ?? > > > > Also , how to use this ?? =3D > > > > actual_parameter_part ::=3D=20 > > (parameter_association {, parameter_association}) > > > > And this ?? =3D > > > > parameter_association ::=3D=20 > > [formal_parameter_selector_name =3D>] explicit_actual_parameter >=20 > ARM 6.4(13)? >=20 > http://www.ada-auth.org/standards/12rm/html/RM-6-4.html#p13 The Examples form does not match this one =3D actual_parameter_part ::=3D=20 (parameter_association {, parameter_association}) parameter_association ::=3D=20 [formal_parameter_selector_name =3D>] explicit_actual_parameter explicit_actual_parameter ::=3D expression | variable_name