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, MSGID_SHORT autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!decwrl!ucbvax!bloom-beacon!eru!hagbard!sunic!mcsun!hp4nl!charon!dik From: dik@cwi.nl (Dik T. Winter) Newsgroups: comp.lang.ada Subject: Re: Expanded names Message-ID: <2228@charon.cwi.nl> Date: 25 Sep 90 08:27:27 GMT References: <9009241814.AA08734@bx.sei.cmu.edu> Sender: news@cwi.nl Organization: CWI, Amsterdam List-Id: In article <9009241814.AA08734@bx.sei.cmu.edu> Marc.Graham@SEI.CMU.EDU writes: > > Question: Is there any way that the outer outer_constant may > be named from the inner testnames? Yes: > .... First, to prevent a semantic error, change > outer_constant : constant := 3.14159; to outer_constant : constant := 4; and next > if testnames.outer_constant > 2 then to if standard.testnames.outer_constant > 2 then -- dik t. winter, cwi, amsterdam, nederland dik@cwi.nl