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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,aeb76e9a1032bd70 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-12 03:12:37 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!129.240.148.23!uio.no!ntnu.no!not-for-mail From: randhol+abuse@pvv.org (Preben Randhol) Newsgroups: comp.lang.ada Subject: Re: "type X is abstract tagged limited private" Date: Wed, 12 Sep 2001 10:12:36 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <9nn76f$lml$1@newstoo.ericsson.se> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1000289556 19061 129.241.83.82 (12 Sep 2001 10:12:36 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 12 Sep 2001 10:12:36 +0000 (UTC) User-Agent: slrn/0.9.7.1 (Linux) Xref: archiver1.google.com comp.lang.ada:13049 Date: 2001-09-12T10:12:36+00:00 List-Id: On Wed, 12 Sep 2001 11:01:07 +0200, Sebastian wrote: > Hi, > I'm pretty new in Ada programming and a have seen this in a code example > > pragma pure; > type X is abstract tagged limited private; > procedure y(a : in X); > private > type X is abstract tagged limited null record; > > what is the meaning of this? I recommend that you get a good textbook: Ada as A Second Language is very good. A quick introduction on Ada 95 can be found here: http://goanna.cs.rmit.edu.au/~dale/ada/aln.html Preben Randhol