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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,733faa8b7b00c147 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!border1.nntp.dca.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Sun, 21 Aug 2005 12:34:31 -0500 From: "Steve" Newsgroups: comp.lang.ada References: Subject: Re: basic ada question Date: Sun, 21 Aug 2005 10:37:57 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response Message-ID: NNTP-Posting-Host: 24.22.63.157 X-Trace: sv3-jSN3Zi74V1yB+NX8o6UL8rFosw4gh1ktj+cMm/74DhklrRtUjZxlR6fceJTLXLEwyyy0ZOAc7nYFQuU!IqN6KuQitRALeByQmTItJb3EX5l9mnQ7VNtSil1FAW+th0ECLWJTJaECsu2uG8eVsKU2IXplFS4= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:4243 Date: 2005-08-21T10:37:57-07:00 List-Id: "Jeffrey R. Carter" wrote in message news:mtxNe.9344$RS.5707@newsread3.news.pas.earthlink.net... > Adrian Knoth wrote: > >> It is a named parameter. You can use it to rearrange the order >> of your parameters when calling a function/procedure. > > It's more about clarity than order. Something like > > Insert (Into => Name_List, Item => Current.Name); > > is usually clearer than > > Insert (Name_List, Current.Name); > A few years ago I translated a bunch of Pascal source code to Ada using a tool I obtained through this newsgroup. I tweaked the sources of the translator to qualify all of the names in the procedure and function calls in the generated Ada code. In most cases it made the code more readable than the original Pascal sources. It also identified a number of bugs. Steve (The Duck) > -- > Jeff Carter > "Mr. President, we must not allow a mine-shaft gap!" > Dr. Strangelove > 33