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: a07f3367d7,66144fcff23c0cc6 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.66.84.136 with SMTP id z8mr7020439pay.2.1357334876612; Fri, 04 Jan 2013 13:27:56 -0800 (PST) Path: 6ni81700pbd.1!nntp.google.com!goblin1!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: Derek Wyss Newsgroups: comp.lang.ada Subject: Re: Trouble with loop in Ada Date: Fri, 4 Jan 2013 21:27:51 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: 6n4LrrPutoH3bJPo4s7j9Q.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2013-01-04T21:27:51+00:00 List-Id: Brian and Paul, Thank you both so much for replying. Brian, thank you especially for the explanation of how End_Of_File blocks until there is input - that was my major hangup. That was awesome!! Paul, thanks for your helpful hints as well. My next steps for improving my toy will be to explore End_Of_File vs. End_Of_File(Standard_Input) --I like the 2nd one, seems more clear Get vs. Get_Immediate --That should be easy but for me it's worth some consideration Then I'll look at using exceptions in my code like you did. Again, thanks guys! Your code examples were great and very helpful. Derek