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,782d6c8a12248b09 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!cyclone1.gnilink.net!gnilink.net!nx01.iad.newshosting.com!newshosting.com!204.127.204.224.MISMATCH!wns14feed!worldnet.att.net!attbi_s21.POSTED!53ab2750!not-for-mail From: "Jeffrey R. Carter" User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada Recursion with strings References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <2fJEk.367687$yE1.299201@attbi_s21> NNTP-Posting-Host: 12.201.97.213 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s21 1222860862 12.201.97.213 (Wed, 01 Oct 2008 11:34:22 GMT) NNTP-Posting-Date: Wed, 01 Oct 2008 11:34:22 GMT Organization: AT&T ASP.att.net Date: Wed, 01 Oct 2008 11:34:22 GMT Xref: g2news1.google.com comp.lang.ada:2185 Date: 2008-10-01T11:34:22+00:00 List-Id: Robert A Duff wrote: > > Do you really think that's useful in this case, where 2**8 > appears several times close together? What would you call > that named number -- Two_To_The_Eighth? I'd probably do Bits_Per_Byte : constant := 8; Values_Per_Byte : constant := 2 ** Bits_Per_Byte; -- Jeff Carter "Brave Sir Robin ran away." Monty Python and the Holy Grail 59