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=0.7 required=5.0 tests=BAYES_00,LOTS_OF_MONEY, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b14a804025dceb20 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-10-27 01:20:08 PST Path: supernews.google.com!sn-xit-02!sn-xit-03!supernews.com!logbridge.uoregon.edu!news.maxwell.syr.edu!nntp2.deja.com!nnrp1.deja.com!not-for-mail From: dmitry6243@my-deja.com Newsgroups: comp.lang.ada Subject: Re: Constructors/Destructors in Ada95 Date: Fri, 27 Oct 2000 08:10:28 GMT Organization: Deja.com - Before you buy. Message-ID: <8tbd9f$4c7$1@nnrp1.deja.com> References: <8t95fb$8s2$1@nnrp1.deja.com> NNTP-Posting-Host: 212.79.192.251 X-Article-Creation-Date: Fri Oct 27 08:10:28 2000 GMT X-Http-User-Agent: Mozilla/4.75 [en] (WinNT; U) X-Http-Proxy: 1.0 x64.deja.com:80 (Squid/1.1.22) for client 212.79.192.251 X-MyDeja-Info: XMYDJUIDdmitry6243 Xref: supernews.google.com comp.lang.ada:1594 Date: 2000-10-27T08:10:28+00:00 List-Id: In article , tmoran@bix.com wrote: > >X : String (80); > >X : MyType (Y, Z, 3.1415); > You can't do > X : String (3.1415); > but you can do > X : MyType (Y, Z, 3); > Using discriminants? What if MyType has no discriminants? -- Regards, Dmitry Kazakov Sent via Deja.com http://www.deja.com/ Before you buy.