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 Lines: 17 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