lua-users home
lua-l archive

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


This line generates nonsensical error message:
(_G and tonumber or assert)('', '')

bad argument #2 to 'assert' (number expected, got string)

Error message should refer to 'tonumber' instead of 'assert'.