lua-users home
lua-l archive

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


> The sequence of types in the manual does not correspond to the values
> 0,1,2,... as defined in lua.h.

You're supposed to use the symbolic constants LUA_TNIL, LUA_TNUMBER,
etc., not the actual values.