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,bbe592428babd509 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!r1g2000yqb.googlegroups.com!not-for-mail From: AdaMagica Newsgroups: comp.lang.ada Subject: Re: Web browser in Ada Date: Tue, 27 Apr 2010 07:00:46 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <02c2bf63-260d-4acc-bd58-c8fb8a591ec3@b6g2000yqi.googlegroups.com> <0bf9425c-32a1-4b93-b938-ae4a4e24a761@c21g2000yqk.googlegroups.com> <4bd1b090$0$7651$9b4e6d93@newsspool1.arcor-online.net> <4bd6d6e8$0$6892$9b4e6d93@newsspool2.arcor-online.net> NNTP-Posting-Host: 80.156.44.178 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1272376846 2504 127.0.0.1 (27 Apr 2010 14:00:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 27 Apr 2010 14:00:46 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r1g2000yqb.googlegroups.com; posting-host=80.156.44.178; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:10235 Date: 2010-04-27T07:00:46-07:00 List-Id: But Standard.Integer is an integer ;-) Very_Big : constant := Integer'Last + Integer'Last; -- "+" of Integer Even_Bigger: constant := Long_Integer'Last + Long_Integer'Last; -- "+" of Long_Integer Illegal : constant := Long_Integer'Last + Integer'Last; -- "+" mixing