Re: ver4 keyword Conflict
- Posted by mattlewis (admin) Oct 03, 2011
- 1621 views
BRyan said...
I understand about name space, but I still think that if you have standard libraries then
all Math functions should be located in a standard Math library.
This was one of the initial goals for having standard libraries.
Anything implemented in euphoria or via machine_func or machine_proc goes into the standard library. tan has always been a built-in. Likewise, puts is still built-in, and not located in std/io.e. I don't foresee tan (or, e.g., sin, sqrt) going anywhere.
Matt