Re: . or : for namespace?
- Posted by yuku <yuku at ikite?.co?> May 06, 2008
- 668 views
Mike wrote: > Now, here is an example of how silly it can get: > > include file.x as b > sequence a > .. > > a.b.c > > What does this mean? it really means <drum roll> a . b:c But what can that really mean? Does it mean that c is a constant in namespace b and a.b:c means the same as a[b:c] ?