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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cc4f25d878383cc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-10 15:31:55 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn4feed!wn1feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!rwcrnsc51.POSTED!not-for-mail From: "Mark Lundquist" Newsgroups: comp.lang.ada References: <11bf7180.0112070815.2625851b@posting.google.com> <9v0crt$bo2bi$1@ID-25716.news.dfncis.de> Subject: Re: Dimensionality Checking (Ada 20XX) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: NNTP-Posting-Host: TlbR7-130977-wL4-68546@rwcrnsc51 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc51 1008027115 TlbR7-130977-wL4-68546@rwcrnsc51 (Mon, 10 Dec 2001 23:31:55 GMT) NNTP-Posting-Date: Mon, 10 Dec 2001 23:31:55 GMT Organization: AT&T Broadband Date: Mon, 10 Dec 2001 23:31:55 GMT Xref: archiver1.google.com comp.lang.ada:17725 Date: 2001-12-10T23:31:55+00:00 List-Id: "Mark Lundquist" wrote in message news:haTQ7.21816$wL4.49551@rwcrnsc51... I was just looking over what I wrote in a post from yesterday: > > type Length is range 0.0 .. whatever; > for Length'Units use Meter; > Yikes, where did that come from? I meant to write (for the first line) type Length is digits something range 0.0 .. whatever; Hopefully I didn't confuse anyone by writing junk... my point was supposed to be that this is an ordinary type definition just like in Ada95! -- mark