Re: symbol resolution (was:EuCOM : Attn Matt : String Return Value)
- Posted by Pete Lomax <petelomax at blueyonder?co.uk> Oct 12, 2007
- 894 views
Matt Lewis wrote: > > Pete Lomax wrote: > > > > Matt Lewis wrote: > > > > > > I wonder if we're talking past each other? It seems we are. > > > > > > }}} <eucode> > > > app.ex > > > include main.e main.e > > > global Z > > > include libAmisc.e > > > if Z then > > > include libA.e > > > global Z > > > include libAmisc.e > > > if Z then > > > ? Z -- back in app.ex > > > </eucode> {{{ > > > > > > I was talking about how to resolve Z. I'd say that an unqualified Z in > > > this instance should get you main:Z. My reply assumed you meant the "? Z -- back in app.ex". Pete