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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!pasteur!ucbvax!SEI.CMU.EDU!asp From: asp@SEI.CMU.EDU Newsgroups: comp.lang.ada Subject: Re: Seq_Io example and "use" Message-ID: <1988.2.16.15.51.17.Alfred.Peterson@sei.cmu.edu> Date: 16 Feb 88 16:08:02 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: Geoff Mendal is correct in stating that the use in BOTH places is valid. I DID know that, although my emphasis on the DON'T in the comment is somewhat misleading. What I MEANT to convey to the readers is the fact that the "use" statement does NOT necesarily need to be in the context clause area with the "with" statement(s). Sorry if any readers were puzzled or in any other way potentially misinformed in this area. Fact: The 'use' statement is valid in ANY declarative region and its effect ranges throughout the scope of that region, assuming, of course, the named library unit has been 'with'ed in the current compilation unit's context clause. (See ARM 8.4[3]) Spencer Peterson