Re: DNS (Euphoria 4.0)
- Posted by mattlewis (admin) Mar 02, 2011
- 1584 views
Kebs said...
If I'm understanding correctly, the syntax for dns.e and so on are <nameofincludeOrinclude_as>:<function>. Is this correct?
In general, yes. In euphoria 4.0, files can also declare a default namespace (and built-in functions use the built in eu namespace). The standard library files do this. The namespace qualifier is not generally required, except to deconflict two symbols with the same name. However, the qualifier can be helpful when reading code.
Matt