![]() |
||
|
2012/11/8 Paul K <[email protected]>: > Here is my script that shows changing io.stdout doesn't seem to have any > effect on print() and io.write: It seems (not documented in the manual) that print() and write expect io.output() to return a file, not something callable with the same methods.