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,ee561d9d6fd47dd6 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news.zanker.org!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: matthias_k Newsgroups: comp.lang.ada Subject: Re: What exactly is the ' operator Date: Wed, 06 Oct 2004 12:33:48 +0200 Organization: T-Online Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1097058822 01 3696 2MnmXMEOCb4wPph 041006 10:33:42 X-Complaints-To: usenet-abuse@t-online.de X-ID: ZY6ZfiZVoe4IGVZ8sQJN7TeHXsyAKPKmN-bV19UerOKpIj2+PThnwQ User-Agent: Mozilla Thunderbird 0.8 (X11/20040918) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:4791 Date: 2004-10-06T12:33:48+02:00 List-Id: Marius Amado Alves wrote: > matthias_k wrote: > >> I can't find the specifics about the mysterious ' operator, which >> purpose seems to access certain attributes of a datatype. > > > It's not an operator, and there's nothing mysterious about it. It's just > the notation for attributes. All attributes are listed on the RM. Annex K. > > If by "datatype" you mean type, note that other entities also have > attributes, e.g. objects, tasks. > >> Furthermore, can I define my own '-operations? > > > No. > Thanks. Does "it" have a name then? If it's not an operator, I can't call it '-operator. I have to refer to it somehow in my article.