[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [MANUAL]: Discrepancy in documentation of lua_type
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 6 Mar 2018 07:43:03 -0300
> 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.