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: a07f3367d7,caabf5265fad78e5 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!x17g2000yqd.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: unsigned type Date: Mon, 29 Jun 2009 16:11:44 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1246317105 15941 127.0.0.1 (29 Jun 2009 23:11:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 29 Jun 2009 23:11:45 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x17g2000yqd.googlegroups.com; posting-host=66.126.103.122; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:6744 Date: 2009-06-29T16:11:44-07:00 List-Id: And furthermore... On Jun 29, 1:19=A0pm, a...@anon.org (anon) wrote: > =A0 =A0 =A0 =A0 A : String ; > =A0 =A0 =A0 =A0 ... > =A0 =A0 =A0 =A0 A ( 1..1 ) -- is a valid string with a null range also eq= ual > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0-- to character reference of A ( 1= ) =A0 I wish I had read on before my previous response, or I would have responded to this also... A(1..1) is a slice with one component, so how can 1..1 be a "null range"? Read 3.5(4). L..R is a null range if R is less than L; is 1 now less than 1? -- Adam