lua-users home
lua-l archive

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


On Sat, Apr 20, 2013 at 10:59 AM, Michal Kottman <michal.kottman@gmail.com> wrote:
local f = io.open("text.lua")
print(f) --> file (0x19460b0)
f:close()
print(f) --> file (closed)

Yes, that's the simple code that fails. I suppose elderly software is always an issue from package managers. The PPA is a good tip, thanks!
 
Just mentioned it in case someone hit this and had a wtf moment.