Re: How do I convert this to Euphoria?
- Posted by petelomax Jan 20, 2013
- 1169 views
mattlewis said...
I could tell you, but I think you'll prefer opening STDOUT as a file like so:
integer stdout = open("CONOUT$", "w" )
A belated thank you for that - implementing it in Phix lead to fixing a --long-- outstanding bug in file redirection.
Pete