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,967a201c4428b348 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-01 19:10:35 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!chcgil2-snh1.gtei.net!news.bbnplanet.com!nycmny1-snf1.gtei.net!news.gtei.net!colt.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Enumeration representation Date: Fri, 02 Jan 2004 03:10:34 +0000 Message-ID: References: NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1073013034 21945 62.49.62.197 (2 Jan 2004 03:10:34 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Fri, 2 Jan 2004 03:10:34 +0000 (UTC) User-Agent: Pan/0.14.0 (I'm Being Nibbled to Death by Cats!) Xref: archiver1.google.com comp.lang.ada:4032 Date: 2004-01-02T03:10:34+00:00 List-Id: On Thu, 01 Jan 2004 20:29:44 -0500, Stephen Leake wrote: >> Hmm, ok. Is there a representation clause that tells the compiler to start >> at a particular value? > > No. Ok. >> I looked, but couldn't see it. Having to define every enumeration >> twice could be a pain. > > You aren't "defining" them twice. You are defining them once, and > specifying the representation once. Ok, you know what I mean *Having to type (sometimes) twice* > Ada is verbose, in order to be very clear. Get used to it :). I am used to it. Like I said. I'm getting *back* into it ;-P Luke.