lua-users home
lua-l archive

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



Currently, io.lines() works without a parameter, or with a filename.

It would possibly be logical to add file handle as well. This would be especially nice when using io.popen(), that is when there is no filename to begin with. Just an idea. :)

-ak