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.129.155.67 with SMTP id s64mr13728002ywg.9.1449957264173; Sat, 12 Dec 2015 13:54:24 -0800 (PST) X-Received: by 10.182.73.167 with SMTP id m7mr334315obv.11.1449957264142; Sat, 12 Dec 2015 13:54:24 -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!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeder.erje.net!2.us.feeder.erje.net!enother.net!enother.net!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!g67no131454qgd.1!news-out.google.com!l1ni1403igd.0!nntp.google.com!mv3no15316360igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 12 Dec 2015 13:54:24 -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: <25012f71-1996-4961-9f32-f1b208f56276@googlegroups.com> Subject: Re: Basics : many way to use a Procedure From: comicfanzine@gmail.com Injection-Date: Sat, 12 Dec 2015 21:54:24 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1813 X-Received-Body-CRC: 2352821042 Xref: news.eternal-september.org comp.lang.ada:28796 Date: 2015-12-12T13:54:24-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})