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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,3a6aafa384c96cc6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-08 03:55:02 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!opentransit.net!wanadoo.fr!oleane.net!oleane!nnrp.oleane.net!not-for-mail From: "Jean-Pierre Rosen" Newsgroups: comp.lang.ada Subject: Re: with child: access to parent Date: Mon, 8 Oct 2001 12:51:06 +0200 Organization: Adalog Message-ID: <9ps0jh$ipm$1@s1.read.news.oleane.net> 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> NNTP-Posting-Host: mailhost.axlog.fr X-Trace: s1.read.news.oleane.net 1002538417 19254 195.25.228.57 (8 Oct 2001 10:53:37 GMT) X-Complaints-To: abuse@oleane.net NNTP-Posting-Date: Mon, 8 Oct 2001 10:53:37 +0000 (UTC) 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 Xref: archiver1.google.com comp.lang.ada:13918 Date: 2001-10-08T12:51:06+02:00 List-Id: "Pat Rogers" a �crit dans le message news: X4ku7.7990$Eq3.3697458203@newssvr11.news.prodigy.com... > > 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. > Note however that if you really want the child and not the parents, you can do the following: with a.b.c.d; package a_b_c_d renames a.b.c.d; with a_b_c_d; ... -- --------------------------------------------------------- J-P. Rosen (rosen@adalog.fr) Visit Adalog's web site at http://www.adalog.fr