Re: ...so this override business
- Posted by _tom (admin) Nov 21, 2014
- 2316 views
Testing on Euphoria Interpreter v4.1.0 development Revision Date: 2014-01-16 02:53:44, Id: 5783:d41527402a7a
with warning print(1, 10 ) puts(1, '\n' ) atom print = 666 ? print
The output is:
10 666
No need for "override" keyword, errors, or warnings.
Euphoria has been like this for a while.
_tom