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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,20c6ebf06f55144e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-12-17 12:01:06 PST Path: supernews.google.com!sn-xit-02!supernews.com!isdnet!newsfeed1.telenordia.se!algonet!pepsi.tninet.se!not-for-mail From: Stefan Skoglund Newsgroups: comp.lang.ada Subject: Re: input/output exceptions Date: Sat, 16 Dec 2000 21:00:37 +0100 Organization: Telenordia Message-ID: <3A3BC9E5.52FC0AAB@ebox.tninet.se> References: <3A2B4CF6@MailAndNews.com> <8v64ob$j2e$1@nnrp1.deja.com> <8v6ct8$jvj$07$1@news.t-online.com> <8v6lfe$rc7$07$1@news.t-online.com> <8v90g0$ior$1@nnrp1.deja.com> <3A28353B.40B4F990@ebox.tninet.se> <90dp4s$45c$1@nnrp1.deja.com> NNTP-Posting-Host: du188-241.ppp.algonet.se Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: zingo.tninet.se 977082988 16988 195.100.241.188 (17 Dec 2000 19:56:28 GMT) X-Complaints-To: abuse@algo.net NNTP-Posting-Date: 17 Dec 2000 19:56:28 GMT X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: sv,en,en-US Xref: supernews.google.com comp.lang.ada:3215 Date: 2000-12-17T19:56:28+00:00 List-Id: Robert Dewar wrote: > > think) and parsing ends at EOL because EOL isn't part of the > > domain of naturals ! > > EOL is not a character! You are thinking at too low a level. EOL={CR|CRNL|NL} > > 453 in first, starts parsing at 'a' ! > > BANG, 'a' isnt in the domain of natural numbers !! -> throw > > exception !! > > Yes, of course. What are the !! marks here for? This is > of course what is expected. What's your point? Someone didn't understand this pecularity of scanf and Integer_IO.Get. :-)