Re: ver 4.0 builtin_chosen_warning ???
- Posted by mattlewis (admin) Sep 05, 2008
- 999 views
euphoric said...
If we write 'include map.e as sm,' doesn't that put the map.e compare() into a namespace that requires the namespace qualifier, or does it just make it convenient for avoiding conflicts? I guess it depends on how it's defined in map.e, eh?
It just enables you to qualify references to identifiers in the file with the namespace. It does not make it so that you must use a fully qualified identifier. This is different behavior from other languages such as C (ha! now some of you just had knee jerk reactions for, and some against this), but it the way namespaces in euphoria have always worked.
Matt