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,e80a1497a689d8a5 X-Google-Attributes: gid103376,public From: "Matthew Heaney" Subject: Re: Ammo-zilla Date: 1999/10/29 Message-ID: <381995fa_4@news1.prserv.net>#1/1 X-Deja-AN: 542035697 Content-transfer-encoding: 7bit References: <38120FAF.945ADD7D@hso.link.com> <3818bec3_4@news1.prserv.net> <7vaie8$2p1@drn.newsguy.com> Content-Type: text/plain; charset="US-ASCII" X-Complaints-To: abuse@prserv.net X-Trace: 29 Oct 1999 12:41:30 GMT, 32.101.8.51 Organization: Global Network Services - Remote Access Mail & News Services Mime-version: 1.0 Newsgroups: comp.lang.ada Date: 1999-10-29T00:00:00+00:00 List-Id: In article <7vaie8$2p1@drn.newsguy.com> , mitch@nospam.com wrote: > In article <3818bec3_4@news1.prserv.net>, "Matthew says... > >>> The second is the syntax used in "object" declaration. Very clumsy. >> > >>Huh? >> >>procedure Do_Something is >> I : Integer; >>begin >> >>I is an object. What's so "clumsy" about its declaration? >> > > I think he is talking about tagged object. package P is type T is tagged private; end P; with P; use P; procedure Do_Something is O : T; begin T is a tagged type. O is a tagged object. What's the problem? -- The theory of evolution is quite rightly called the greatest unifying theory in biology. The diversity of organisms, similarities and differences between kinds of organisms, patterns of distribution and behavior, adaptation and interaction, all this was merely a bewildering chaos of facts until given meaning by the evolutionary theory. Populations, Species, and Evolution Ernst Mayr