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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,71c41b6f4d72158c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-14 11:15:40 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-mue1.dfn.de!newsfeed.stueberl.de!newsfeed.freenet.de!news.freenet.de!not-for-mail From: Jan Prazak Subject: Re: if X in 1..35000 versus Boolean Date: Sun, 14 Jul 2002 20:16:29 -0100 Newsgroups: comp.lang.ada Message-ID: References: <5ee5b646.0207131410.407b39c7@posting.google.com> User-Agent: Pan/0.11.2 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso885915 Content-Transfer-Encoding: 8bit X-Comment-To: "Robert Dewar" NNTP-Posting-Host: 213.7.197.211 X-Trace: 1026670516 news.freenet.de 23708 213.7.197.211 X-Complaints-To: abuse@freenet.de Xref: archiver1.google.com comp.lang.ada:27085 Date: 2002-07-14T20:16:29-01:00 List-Id: On Sat, 13 Jul 2002 21:10:40 -0100, Robert Dewar wrote: > Jan Prazak wrote in message > news:... > >> type num : (1, 2, 3, 4); > I have no idea what this is supposed to be, but it is not even a > reasonable approximation of an Ada type declaration. Maybe it's not the right syntax in Ada, because I haven't tested it, but this would work in Pascal and it should be quite similar in Ada (I am still reading my first Ada tutorial).