lua-users home
lua-l archive

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


> but to make it robustly handle errors requires pcall and then you end
> up with something of equivalent complexity anyway...

loadfile is already called in protected mode (via lua_load).