Re: Conflicts with words
- Posted by sergelli Sep 10, 2012
- 1096 views
mattlewis said...
No, it would be much worse. You have now sabotaged your euphoria installation. Anything that you try to run that already uses that would fail. And you cannot easily share your code with anyone else.y if you've changed something like the standard library.
Matt
I thought it would be better, because, for example, changing "close" to "end", the size of the "EXE" resulting is lower than when using the namespace qualifier:
--success=end(sock) -- .exe size = 316.416 success=sockets:close(sock) -- .exe size = 316.928