rawlen (v)v__len
lua_isinteger[-0, +0, –] int lua_isinteger (lua_State *L, int index); Returns 1 if the value at the given
package.config A string describing some compile-time configurations for packages. This string is a sequence of lines: The first line is the directory separator string
luaL_execresult[-0, +3, m] int luaL_execresult (lua_State *L, int stat); This function produces
luaL_getmetatable[-0, +1, m] int luaL_getmetatable (lua_State *L, const char *tname); Pushes onto
lua_tocfunction[-0, +0, –] lua_CFunction lua_tocfunction (lua_State *L, int index); Converts a value at
luaL_addlstring[-?, +?, m] void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l); Adds
coroutine.status (co) Returns the status of coroutine co, as a string: "running", if the coroutine is running (that is, it called status);
io.write (···) Equivalent to io.output():write(···).
luaL_pushresultsize[-?, +1, m] void luaL_pushresultsize (luaL_Buffer *B, size_t sz); Equivalent
Page 9 of 36