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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e55245590c829bef X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: _Type vs no _Type References: <86wroy58ff.fsf@gareth.avalon.lan> <86pqup5xfy.fsf@gareth.avalon.lan> <86y69d3rec.fsf@gareth.avalon.lan> <82lj5c5ecm.fsf@stephe-leake.org> <82zktq4n9b.fsf_-_@stephe-leake.org> Date: Thu, 04 Nov 2010 01:29:25 -0400 Message-ID: <82fwvh4pxm.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt) Cancel-Lock: sha1:OMhpjRQAxTQjlhETYBH7m/yIlJs= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 9c71f4cd2449ee029e66132610 Xref: g2news2.google.com comp.lang.ada:16171 Date: 2010-11-04T01:29:25-04:00 List-Id: "Yannick DuchĂȘne (Hibou57)" writes: > Le Wed, 03 Nov 2010 13:14:56 +0100, Stephen Leake > a Ă©crit: >> The third choice is: >> >> package RPG is >> >> type Weapon is (Broadsword, Catapult, Torpedo); >> procedure Attack (Weapon : RPG.Weapon); >> >> end RPG; > Which is the choice giving it a name-space ;) Exactly what we do not have. Say what? This is legal Ada code. > Lot of thanks for your Idea Stephen (will have it mind in the future). It's not actually mine, but I forget who proposed it first. -- -- Stephe