|
Just curious why print() has an implicit call to tostring() for unhandled types while write() does not. So that print(t) is not equivalent to write(_STDOUT,t.."\n"). It's adequately documented, and it's not a problem, I was just wondering. Cheers, Dave