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,3a6aafa384c96cc6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-02 07:46:06 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!207.115.63.138!newscon04.news.prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr11.news.prodigy.com.POSTED!not-for-mail From: "Pat Rogers" Newsgroups: comp.lang.ada References: <9pc3jp$old$1@infosun2.rus.uni-stuttgart.de> <4Zgu7.7342$sh6.2399083554@newssvr30.news.prodigy.com> <9pchrq$8vt$1@infosun2.rus.uni-stuttgart.de> Subject: Re: with child: access to parent X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: NNTP-Posting-Host: 208.191.176.121 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr11.news.prodigy.com 1002032567 ST000 208.191.176.121 (Tue, 02 Oct 2001 10:22:47 EDT) NNTP-Posting-Date: Tue, 02 Oct 2001 10:22:47 EDT Organization: Prodigy Internet http://www.prodigy.com X-UserInfo1: TSU[@IONFJVMQVPXJZDBNFXBBZ\LPCXLLBWLOOAFMAVNDQUBLNTC@AWZWDXZXQ[K\FFSKCVM@F_N_DOBWVWG__LG@VVOIPLIGX\\BU_B@\P\PFX\B[APHTWAHDCKJF^NHD[YJAZMCY_CWG[SX\Y]^KC\HSZRWSWKGAY_PC[BQ[BXAS\F\\@DMTLFZFUE@\VL Date: Tue, 02 Oct 2001 14:22:47 GMT Xref: archiver1.google.com comp.lang.ada:13625 Date: 2001-10-02T14:22:47+00:00 List-Id: "Peter Hermann" wrote in message news:9pchrq$8vt$1@infosun2.rus.uni-stuttgart.de... > Pat Rogers wrote: > > 10.1.2 Context Clauses - With Clauses > > 6 A library_item is mentioned in a with_clause if it is denoted by a > > library_unit_name or a prefix in the with_clause. > > does this mean, that > > with a.b.c.d; > > is equivalent to > > with a; > with a.b; > with a.b.c; > with a.b.c.d; Yes, exactly right.