3.4.8 – Precedence Operator precedence in Lua follows the table below, from lower to higher priority: or and < > <= >=
math.huge The float value HUGE_VAL, a value larger than any other numeric value.
lua_seti[-1, +0, e] void lua_seti (lua_State *L, int index, lua_Integer n); Does the equivalent
lua_gethookmask[-0, +0, –] int lua_gethookmask (lua_State *L); Returns the current hook mask.
lua_rawequal[-0, +0, –] int lua_rawequal (lua_State *L, int index1, int index2); Returns 1 if the two values
rawequal (v1, v2)v1v2__eq
lua_getmetatable[-0, +(0|1), –] int lua_getmetatable (lua_State *L, int index); If the value at the given
lua_atpanic[-0, +0, –] lua_CFunction lua_atpanic (lua_State *L, lua_CFunction panicf); Sets a new panic
file:read (···) Reads the file file, according to the given formats, which specify what to read. For each format, the function returns a string or a number with the
lua_numbertointeger int lua_numbertointeger (lua_Number n, lua_Integer *p); Converts a Lua float to a Lua integer. This macro assumes
Page 16 of 36