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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d8c487e59f13ecdf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-10 03:47:18 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: vashwath@rediffmail.com (prashna) Newsgroups: comp.lang.ada Subject: Re: Ada Basics Date: 10 Oct 2002 03:47:18 -0700 Organization: http://groups.google.com/ Message-ID: References: NNTP-Posting-Host: 203.90.88.229 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1034246838 5749 127.0.0.1 (10 Oct 2002 10:47:18 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 10 Oct 2002 10:47:18 GMT Xref: archiver1.google.com comp.lang.ada:29647 Date: 2002-10-10T10:47:18+00:00 List-Id: Thanks to all, thank u very much. vashwath@rediffmail.com (prashna) wrote in message news:... > Hi all, > What is the difference between declaring a type by using new (ex type > one_to_hundred is new Integer range 1..100) and declaring a type > without using new (type one_to_hundred is range 1..100)? > > Thanks in advance