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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9ab1bf4be2d855dd X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-12 09:10:17 PST Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!netnews.com!feed2.news.rcn.net!rcn!dca6-feed2.news.digex.net!intermedia!netnews.jhuapl.edu!not-for-mail From: Scott Ingram Newsgroups: comp.lang.ada Subject: Re: Types, subtypes and ranges Date: Mon, 12 Mar 2001 11:57:29 -0500 Organization: Johns Hopkins University Applied Physics Lab, Laurel, MD, USA Message-ID: <3AACFFF9.B4C6B60D@silver.jhuapl.edu> References: <97pfmt$ll30@tech.port.ac.uk> NNTP-Posting-Host: silver.jhuapl.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: houston.jhuapl.edu 984416249 27519 128.244.80.107 (12 Mar 2001 16:57:29 GMT) X-Complaints-To: usenet@houston.jhuapl.edu NNTP-Posting-Date: 12 Mar 2001 16:57:29 GMT X-Mailer: Mozilla 4.5 [en] (X11; U; Linux 2.2.2 i686) X-Accept-Language: en Xref: supernews.google.com comp.lang.ada:5646 Date: 2001-03-12T16:57:29+00:00 List-Id: Anders Wirzenius wrote: > > May I continue with two more questions: > 1. > given > > > > subtype S is T range 1 .. 10; > > what is the the difference between the above declaration and > type S is new T range 1..10; > Anders > another beginner subtype S belongs to type T, whereas type S is a new type distict from type T. and David Hoos answers your other question in a different post. -- Scott Ingram Vice-Chair, Baltimore SIGAda Sonar Processing and Analysis Laboratory Johns Hopkins University Applied Physics Laboratory