Re: namespace qualifiers
- Posted by Robert Craig <rds at RapidEuphoria.com> Dec 07, 2001
- 427 views
Martin Stachon writes: > I think this shouldn't be allowed : > > include <library> as <keyword> | <builtin> It prevents you from using a keyword (like "while", "procedure", etc.) as your namespace id, but it allows you to override a builtin routine, just as you can already when you define a new routine. It seems consistent to me. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com