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.67.4.40 with SMTP id cb8mr22054856pad.26.1449958515999; Sat, 12 Dec 2015 14:15:15 -0800 (PST) X-Received: by 10.182.112.202 with SMTP id is10mr334981obb.7.1449958515962; Sat, 12 Dec 2015 14:15:15 -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!mv3no15322613igc.0!news-out.google.com!l1ni1424igd.0!nntp.google.com!mv3no15322610igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 12 Dec 2015 14:15:15 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=212.117.180.21; posting-account=zd4fUAoAAABZGnAfDxrdJ5Lpts-qUilv NNTP-Posting-Host: 212.117.180.21 References: <6caaac83-bca4-4b75-a4b3-47189e281c1a@googlegroups.com> <360882c8-263e-42fd-b3ee-ef93cc11d8f4@googlegroups.com> <044e3f81-d3f6-4e84-8e2f-6452bcb76ea0@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8f72939a-6db8-4f24-a3ce-3d5313e48df1@googlegroups.com> Subject: Re: Basics : many way to use a Procedure From: comicfanzine@gmail.com Injection-Date: Sat, 12 Dec 2015 22:15:15 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:28797 Date: 2015-12-12T14:15:15-08:00 List-Id: > > In what way does the 4th example, > > > > Print_Header(128, Header => Title, Center => True); > > > > not match those forms? > > > > Perhaps you'd better post an example of what you think the ARM's syntax > > is telling you to write. the 4th example look a little like = [formal_parameter_selector_name =>] explicit_actual_parameter but, there is no "[]" in the 4th example . Also the 4th example doesn't look like this other form , there is no "{}" = actual_parameter_part ::= (parameter_association {, parameter_association}) Also , what this next form means ? What means the delimiter " | " ? explicit_actual_parameter ::= expression | variable_name At the end , i don't find in the A.R.M , a description of the possibillities for using = compound delimiters " => "