lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2012/11/8 Paul K <paulclinger@yahoo.com>:

> 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.