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-Thread: 103376,4227f66b399d97f5 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns14feed!worldnet.att.net!attbi_s21.POSTED!53ab2750!not-for-mail From: "Jeffrey R. Carter" User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Help, asking for code to print out an enumerated type References: <37008a4c-cdbf-42f4-b806-352501419ff6@n33g2000pri.googlegroups.com> <7f31b71b-f8d0-4721-8abe-aa5075172446@s9g2000prg.googlegroups.com> In-Reply-To: <7f31b71b-f8d0-4721-8abe-aa5075172446@s9g2000prg.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 12.201.97.213 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s21 1227301853 12.201.97.213 (Fri, 21 Nov 2008 21:10:53 GMT) NNTP-Posting-Date: Fri, 21 Nov 2008 21:10:53 GMT Organization: AT&T ASP.att.net Date: Fri, 21 Nov 2008 21:10:53 GMT Xref: g2news1.google.com comp.lang.ada:2742 Date: 2008-11-21T21:10:53+00:00 List-Id: Anh Vo wrote: > > I_Prefer_Ada : Boolean := True; -- type Boolean is (True, False); > defined in Standard No, Boolean is defined as type Boolean is (False, True); ARM 3.5.3. -- Jeff Carter "No one is to stone anyone until I blow this whistle, do you understand? Even--and I want to make this absolutely clear--even if they do say, 'Jehovah.'" Monty Python's Life of Brian 74