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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Basics : many way to use a Procedure Date: Sat, 12 Dec 2015 20:31:36 +0000 Organization: A noiseless patient Spider Message-ID: References: <6caaac83-bca4-4b75-a4b3-47189e281c1a@googlegroups.com> <360882c8-263e-42fd-b3ee-ef93cc11d8f4@googlegroups.com> <044e3f81-d3f6-4e84-8e2f-6452bcb76ea0@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="6f4ba2ce0f80cf6975f919f4f22c2ad9"; logging-data="19817"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+vfNXtLEIcm1n8Bxoill3riNeuDgFEXhg=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:tuGR/VXblH05xqyleNUfMxyZua0= sha1:/PGtt0PBBXnQAGR4dr4LYcpyN9w= Xref: news.eternal-september.org comp.lang.ada:28794 Date: 2015-12-12T20:31:36+00:00 List-Id: comicfanzine@gmail.com writes: >>> ARM 6.4(13)? >> >> http://www.ada-auth.org/standards/12rm/html/RM-6-4.html#p13 > > The form is different = > > actual_parameter_part ::= > (parameter_association {, parameter_association}) > > parameter_association ::= > [formal_parameter_selector_name =>] explicit_actual_parameter > > explicit_actual_parameter ::= expression | variable_name > > Still, i don't know how to use those forms . 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.