print (···)stdouttostringprint
6.4.1 – Patterns Patterns in Lua are described by regular strings, which are interpreted as patterns by the pattern-matching functions
luaL_checkstack[-0, +0, v] void luaL_checkstack (lua_State *L, int sz, const char *msg); Grows
debug.upvaluejoin (f1, n1, f2, n2) Make the n1-th upvalue of the Lua closure f1 refer to the n2-th upvalue of the Lua closure f2
os.setlocale (locale [, category]) Sets the current locale of the program. locale is a system-dependent string specifying a locale; category is an optional
string.upper (s)
lua_getfield[-0, +1, e] int lua_getfield (lua_State *L, int index, const char *k); Pushes onto
lua_isthread[-0, +0, –] int lua_isthread (lua_State *L, int index); Returns 1 if the value at the given
utf8.len (s [, i [, j]])sijij
lua_Unsigned typedef ... lua_Unsigned; The unsigned version of
Page 1 of 36