Question on scope
- Posted by jzeitlin at cyburban.com Dec 18, 2001
- 455 views
I'm working on outlining a project that is clearly made easier with the advent of namespacing; however, I do need clarification on the behavior of include files both with and without namespacing: If I have include foo.e include bar.e include baz.e in a Euphoria source file, the public routines of foo.e are _not_ available to routines in bar.e or baz.e _unless_ those files include foo.e, correct? Does this still hold if they are included into a namespace? -- Jeff Zeitlin jzeitlin at cyburban.com (ILink: news without the abuse. Ask via email.)