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,4ff929aa5c2b2834 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!h54g2000cwb.googlegroups.com!not-for-mail From: "Martin Krischik" Newsgroups: comp.lang.ada Subject: Re: Ranges and (non)static constraints Date: 16 Nov 2006 04:23:51 -0800 Organization: http://groups.google.com Message-ID: <1163679831.668031.123360@h54g2000cwb.googlegroups.com> References: NNTP-Posting-Host: 81.221.12.144 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1163679837 2909 127.0.0.1 (16 Nov 2006 12:23:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 16 Nov 2006 12:23:57 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1) Gecko/20061010 Firefox/2.0,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: h54g2000cwb.googlegroups.com; posting-host=81.221.12.144; posting-account=2-0LkQwAAAAQMhPSoYwlMiUmi-6lYh44 Xref: g2news2.google.com comp.lang.ada:7499 Date: 2006-11-16T04:23:51-08:00 List-Id: On 16 Nov., 12:02, Maciej Sobczak wrote: > Hi, > > type T is range 1 .. N; > type U is new Integer range 1 .. M; > > N must be static, but M does not have to. > Why and what is the real difference between T and U? Let me answer with a question: What value has T'Size? Martin