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: "Jeffrey R. Carter" Newsgroups: comp.lang.ada Subject: Re: Basics : many way to use a Procedure Date: Sat, 12 Dec 2015 10:11:23 -0700 Organization: Also freenews.netfront.net; news.tornevall.net; news.eternal-september.org Message-ID: References: <6caaac83-bca4-4b75-a4b3-47189e281c1a@googlegroups.com> <360882c8-263e-42fd-b3ee-ef93cc11d8f4@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Injection-Date: Sat, 12 Dec 2015 17:08:57 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="caa759af2a9c666aec02942f6fe5abd6"; logging-data="5323"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19rtLV+Y2q8N46stGxirYMlNImfgvxrzpI=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: <360882c8-263e-42fd-b3ee-ef93cc11d8f4@googlegroups.com> Cancel-Lock: sha1:xCz0FyFXJw+pcRVNJNe+/GBFDms= X-Enigmail-Draft-Status: N1110 Xref: news.eternal-september.org comp.lang.ada:28789 Date: 2015-12-12T10:11:23-07:00 List-Id: On 12/12/2015 07:41 AM, comicfanzine@gmail.com wrote: > > But , i still don't know where this sign come from : " => " . Any information or A.R.M documentation about it ?? This is a compound delimiter, known in Ada as an arrow (ARM 2.2). It's used to associate something on the left with the thing on the right, as in subprogram-call parameter lists, generic instantiations, and aggregates. > Gtk_New(Window => Win, > The_Type => Gtk.Enums.Window_Toplevel); It appears that you understand this. -- Jeff Carter "English bed-wetting types." Monty Python & the Holy Grail 15