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,604e0f87aa06eab6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-22 13:47:56 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!fu-berlin.de!uni-berlin.de!slip-12-64-48-216.mis.prserv.NET!not-for-mail From: Vinzent Hoefler Newsgroups: comp.lang.ada Subject: Re: Imitation is the sincerest form of flattery Date: Sat, 22 Mar 2003 16:45:49 -0500 Organization: JeLlyFish software Message-ID: References: <7eee7v4hpvj0i5s345uonlen5315rhiau8@4ax.com> <1ec946d1.0303201528.6c9b2c9e@posting.google.com> NNTP-Posting-Host: slip-12-64-48-216.mis.prserv.net (12.64.48.216) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: fu-berlin.de 1048369674 75456018 12.64.48.216 (16 [175126]) X-Newsreader: Forte Agent 1.8/32.548 Xref: archiver1.google.com comp.lang.ada:35626 Date: 2003-03-22T16:45:49-05:00 List-Id: "AG" wrote: [arrays with index "holes"] >Do you mean implemented by hand as an application code or >supported by the language? If later, I would be interested in >a reference please. |type Enum is (One, Five, Six); |for Enum use (One =3D> 1, Five =3D> 5, Six =3D> 6); | |type Lookup is array(Enum'Range) of ... Something like that? Vinzent.