luaL_execresult[-0, +3, m] int luaL_execresult (lua_State *L, int stat); This function produces
rawequal (v1, v2)v1v2__eq
math.asin (x) Returns the arc sine of x (in radians).
luaL_dostring[-0, +?, –] int luaL_dostring (lua_State *L, const char *str); Loads and runs the given string
string.byte (s [, i [, j]])s[i]s[i+1]s[j]iji
io.close ([file]) Equivalent to file:close(). Without a file, closes the default output file.
table.remove (list [, pos]) Removes from list the element at position pos, returning the value of the removed element. When pos is an integer
math.ceil (x) Returns the smallest integral value larger than or equal to x.
string.match (s, pattern [, init])matchpattern§6.4.1sma
luaL_argerror[-0, +0, v] int luaL_argerror (lua_State *L, int arg, const char *extramsg); Raises
Page 16 of 36