lua-users home
lua-l archive

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



On 5-Mar-07, at 2:10 AM, David Burgess wrote:

Rici Lake wrote:
That's the only Lua built-in which uses stdout, and there are
none which use stdin or stderr; all of that stuff is in the
io library.

What about debug.debug() ?

Good point. I forgot about that.