lua-users home
lua-l archive

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


> There are exactly zero other scenarios in Lua where f(nil) produces different
> behavior than f().

Try assert(), getmetatable(), ipairs(), pcall(), tonumber(), tostring(), type().