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,cc43b0dfc6b2a131 X-Google-Attributes: gid103376,public From: adam@irvine.com Subject: Re: Accessibility levels, continued Date: 1999/02/05 Message-ID: <79f7us$2ed$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 441034836 References: <79dse1$ut4$1@nnrp1.dejanews.com> X-Http-Proxy: 1.0 x14.dejanews.com:80 (Squid/1.1.22) for client 192.160.8.21 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Fri Feb 05 16:58:09 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/3.0 (X11; I; Linux 2.0.34 i686) Date: 1999-02-05T00:00:00+00:00 List-Id: In article <79dse1$ut4$1@nnrp1.dejanews.com>, I scribbled: . . . > 3.10.2(13): The accessibility level of Inner_Param's anonymous access > type is the same as that of the view designated by the actual, in this > case Outer_Param. > > I don't know the exact meaning of the "view designated by the actual" > when the actual is another parameter. I haven't found any reason to > believe that the last clause of the above paragraph is different from, > more simply, "the accessibility level of Outer_Param". Which leads > us to: Aaaaugh, I blew this one too. It didn't occur to me while I was reading the text that "designate" had a technical meaning other than just being an English word. It's defined in 3.10(1), so "view designated by the actual" actually means "the thing that the actual parameter points to." That makes more sense. I miss the cross-references that used to occur at the end of every section in the Ada 83 manual. Those references would have included the word "designate", and that would have tipped me off that I would need to look up what the word meant in this context. Meanwhile, I'm 0 for 2, tripped up both times on words beginning with "d". Time to start boning up on some of the other basic concepts of the language: declarative region, dispatching, discriminant, dynamic binding . . . -- Adam -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own