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=-0.9 required=5.0 tests=BAYES_00,FROM_NUMERIC_TLD autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,733faa8b7b00c147,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!newshub.sdsu.edu!cyclone1.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc03.POSTED!6b9befe9!not-for-mail From: Randy User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: basic ada question Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Fri, 19 Aug 2005 16:35:57 GMT NNTP-Posting-Host: 71.105.152.148 X-Complaints-To: abuse@verizon.net X-Trace: trnddc03 1124469357 71.105.152.148 (Fri, 19 Aug 2005 12:35:57 EDT) NNTP-Posting-Date: Fri, 19 Aug 2005 12:35:57 EDT Xref: g2news1.google.com comp.lang.ada:4196 Date: 2005-08-19T16:35:57+00:00 List-Id: Hi. I have a few books and have just started to learn about Ada. I see that some books use a line like: Ada.float_Text_IO.Get ( Item => P); I was wondering about the "Item=>." This is not (not yet anyway) explained and I was wondering if someone could tell me more about why/how to use it? It seems to be optional and not required. Thanks