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=0.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no 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:17:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!feed.textport.net!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison 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 Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Tue, 02 Oct 2001 10:17:22 EDT Organization: http://www.newsranger.com Date: Tue, 02 Oct 2001 14:17:22 GMT Xref: archiver1.google.com comp.lang.ada:13622 Date: 2001-10-02T14:17:22+00:00 List-Id: In article <9pchrq$8vt$1@infosun2.rus.uni-stuttgart.de>, Peter Hermann says... >with a.b.c.d; > >is equivalent to > >with a; >with a.b; >with a.b.c; >with a.b.c.d; I'm not sure if that's what the LRM passage is saying, but this is the case. Try it out yourself. Essentially, all those "with"s but the last one are redundant. --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html home email - mailto:dennison@telepath.com No trees were killed in the sending of this message. However a large number of electrons were terribly inconvenienced.