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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e7634e087d521aa2 X-Google-Attributes: gid103376,public From: "Riyaz Mansoor" Subject: Re: Newbie question about types Date: 1999/11/23 Message-ID: <81dcq2$pkp$1@bunyip.cc.uq.edu.au>#1/1 X-Deja-AN: 551954273 References: <81bn5j$sv8$1@nntp9.atl.mindspring.net> <38396260_3@news1.prserv.net> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: news@uq.edu.au X-Trace: bunyip.cc.uq.edu.au 943339138 26265 172.20.69.157 (23 Nov 1999 06:38:58 GMT) Organization: University of Queensland X-MSMail-Priority: Normal NNTP-Posting-Date: 23 Nov 1999 06:38:58 GMT Newsgroups: comp.lang.ada Date: 1999-11-23T06:38:58+00:00 List-Id: heaney, > type Enumeration_Type is (A, B, C); > > type Integer_Type is range 1 .. 10; > > type Modular_Type is mod 256; > > type Float_Type is digits 6 range -pi .. pi; > > type Fixed_Type is delta 0.01 range 0.0 .. 1.00; > > type Gender_Type is (Male, Female); > > type Height_In_Feet_Type is range 0.0 .. 20.0; hey thanx. i just figured out a mistake i've been making. :) the moral of the story is : you can never learn everything. heheh