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,685d80ec307a0c X-Google-Attributes: gid103376,public From: "Ehud Lamm" Subject: Re: use of attribute Pos Date: 2000/10/12 Message-ID: <8s59c9$de6$1@news.huji.ac.il>#1/1 X-Deja-AN: 680741051 References: <39E4A08D.B454CB1C@laas.fr> <39E583F7.A971C8DB@laas.fr> <5DiF5.1987$tN5.213230@nnrp2.sbc.net> <39E5DE79.F61616EC@laas.fr> <39E5EBED.170B7E46@averstar.com> <39E60ABD.7E8DBB1C@laas.fr> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-Complaints-To: usenet@news.huji.ac.il X-Trace: news.huji.ac.il 971385033 13766 132.64.13.83 (12 Oct 2000 21:10:32 GMT) Organization: The Hebrew University of Jerusalem X-MSMail-Priority: Normal NNTP-Posting-Date: 12 Oct 2000 21:10:32 GMT Newsgroups: comp.lang.ada Date: 2000-10-12T21:10:32+00:00 List-Id: I am a great fan of attributes and Annex K. In fact (call me strange!) I like toreread it every once in a while. Grasping what they do is usually pretty simple, and they are great tools. Enjoy Ada! -- Ehud Lamm mslamm@mscc.huji.ac.il http://purl.oclc.org/NET/ehudlamm <== Me! Philippe Torres wrote in message news:39E60ABD.7E8DBB1C@laas.fr... > Tucker Taft wrote: > > > > Some attributes are type-related, and others are > > subtype-specific. 'First and 'Last are subtype-specific, > > whereas 'Pos, 'Image, (and all the attributes that are > > functions) are type-related. > > > I got them all learnt with base class examples so i could not guess > about that "particular" feature. Bah, learning the hard way is the best > to really understand. Shame for the time needed though. > > Philippe