lua-users home
lua-l archive

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


pasing math.huge to string.char returns NUL, I think it would make more sense to raise an error.

example:

print(string.char(math.huge):byte() == 0)