mirror of https://github.com/freeCodeCamp/devdocs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
27 KiB
1 line
27 KiB
{"entries":[{"name":"Arithmetic Operators","path":"index#3.4.1","type":"Language"},{"name":"assert()","path":"index#pdf-assert","type":"Standard Libraries"},{"name":"Assignment","path":"index#3.3.3","type":"Language"},{"name":"Bitwise Operators","path":"index#3.4.2","type":"Language"},{"name":"Blocks","path":"index#3.3.1","type":"Language"},{"name":"Chunks","path":"index#3.3.2","type":"Language"},{"name":"Coercions and Conversions","path":"index#3.4.3","type":"Language"},{"name":"collectgarbage()","path":"index#pdf-collectgarbage","type":"Standard Libraries"},{"name":"Concatenation","path":"index#3.4.6","type":"Language"},{"name":"Control Structures","path":"index#3.3.4","type":"Language"},{"name":"coroutine.create()","path":"index#pdf-coroutine.create","type":"Standard Libraries"},{"name":"coroutine.isyieldable()","path":"index#pdf-coroutine.isyieldable","type":"Standard Libraries"},{"name":"coroutine.resume()","path":"index#pdf-coroutine.resume","type":"Standard Libraries"},{"name":"coroutine.running()","path":"index#pdf-coroutine.running","type":"Standard Libraries"},{"name":"coroutine.status()","path":"index#pdf-coroutine.status","type":"Standard Libraries"},{"name":"coroutine.wrap()","path":"index#pdf-coroutine.wrap","type":"Standard Libraries"},{"name":"coroutine.yield()","path":"index#pdf-coroutine.yield","type":"Standard Libraries"},{"name":"Coroutines","path":"index#2.6","type":"Basic Concepts"},{"name":"debug.debug()","path":"index#pdf-debug.debug","type":"Standard Libraries"},{"name":"debug.gethook()","path":"index#pdf-debug.gethook","type":"Standard Libraries"},{"name":"debug.getinfo()","path":"index#pdf-debug.getinfo","type":"Standard Libraries"},{"name":"debug.getlocal()","path":"index#pdf-debug.getlocal","type":"Standard Libraries"},{"name":"debug.getmetatable()","path":"index#pdf-debug.getmetatable","type":"Standard Libraries"},{"name":"debug.getregistry()","path":"index#pdf-debug.getregistry","type":"Standard Libraries"},{"name":"debug.getupvalue()","path":"index#pdf-debug.getupvalue","type":"Standard Libraries"},{"name":"debug.getuservalue()","path":"index#pdf-debug.getuservalue","type":"Standard Libraries"},{"name":"debug.sethook()","path":"index#pdf-debug.sethook","type":"Standard Libraries"},{"name":"debug.setlocal()","path":"index#pdf-debug.setlocal","type":"Standard Libraries"},{"name":"debug.setmetatable()","path":"index#pdf-debug.setmetatable","type":"Standard Libraries"},{"name":"debug.setupvalue()","path":"index#pdf-debug.setupvalue","type":"Standard Libraries"},{"name":"debug.setuservalue()","path":"index#pdf-debug.setuservalue","type":"Standard Libraries"},{"name":"debug.traceback()","path":"index#pdf-debug.traceback","type":"Standard Libraries"},{"name":"debug.upvalueid()","path":"index#pdf-debug.upvalueid","type":"Standard Libraries"},{"name":"debug.upvaluejoin()","path":"index#pdf-debug.upvaluejoin","type":"Standard Libraries"},{"name":"dofile()","path":"index#pdf-dofile","type":"Standard Libraries"},{"name":"Environments and the Global Environment","path":"index#2.2","type":"Basic Concepts"},{"name":"Error Handling","path":"index#2.3","type":"Basic Concepts"},{"name":"error()","path":"index#pdf-error","type":"Standard Libraries"},{"name":"Expressions","path":"index#3.4","type":"Language"},{"name":"file:close()","path":"index#pdf-file:close","type":"Standard Libraries"},{"name":"file:flush()","path":"index#pdf-file:flush","type":"Standard Libraries"},{"name":"file:lines()","path":"index#pdf-file:lines","type":"Standard Libraries"},{"name":"file:read()","path":"index#pdf-file:read","type":"Standard Libraries"},{"name":"file:seek()","path":"index#pdf-file:seek","type":"Standard Libraries"},{"name":"file:setvbuf()","path":"index#pdf-file:setvbuf","type":"Standard Libraries"},{"name":"file:write()","path":"index#pdf-file:write","type":"Standard Libraries"},{"name":"For Statement","path":"index#3.3.5","type":"Language"},{"name":"Format Strings for Pack and Unpack","path":"index#6.4.2","type":"Standard Libraries"},{"name":"Function Calls","path":"index#3.4.10","type":"Language"},{"name":"Function Calls as Statements","path":"index#3.3.6","type":"Language"},{"name":"Function Definitions","path":"index#3.4.11","type":"Language"},{"name":"Garbage Collection","path":"index#2.5","type":"Basic Concepts"},{"name":"Garbage-Collection Metamethods","path":"index#2.5.1","type":"Basic Concepts"},{"name":"getmetatable()","path":"index#pdf-getmetatable","type":"Standard Libraries"},{"name":"io.close()","path":"index#pdf-io.close","type":"Standard Libraries"},{"name":"io.flush()","path":"index#pdf-io.flush","type":"Standard Libraries"},{"name":"io.input()","path":"index#pdf-io.input","type":"Standard Libraries"},{"name":"io.lines()","path":"index#pdf-io.lines","type":"Standard Libraries"},{"name":"io.open()","path":"index#pdf-io.open","type":"Standard Libraries"},{"name":"io.output()","path":"index#pdf-io.output","type":"Standard Libraries"},{"name":"io.popen()","path":"index#pdf-io.popen","type":"Standard Libraries"},{"name":"io.read()","path":"index#pdf-io.read","type":"Standard Libraries"},{"name":"io.tmpfile()","path":"index#pdf-io.tmpfile","type":"Standard Libraries"},{"name":"io.type()","path":"index#pdf-io.type","type":"Standard Libraries"},{"name":"io.write()","path":"index#pdf-io.write","type":"Standard Libraries"},{"name":"ipairs()","path":"index#pdf-ipairs","type":"Standard Libraries"},{"name":"Lexical Conventions","path":"index#3.1","type":"Language"},{"name":"load()","path":"index#pdf-load","type":"Standard Libraries"},{"name":"loadfile()","path":"index#pdf-loadfile","type":"Standard Libraries"},{"name":"Local Declarations","path":"index#3.3.7","type":"Language"},{"name":"Logical Operators","path":"index#3.4.5","type":"Language"},{"name":"luaL_addchar","path":"index#luaL_addchar","type":"Auxiliary Library"},{"name":"luaL_addlstring","path":"index#luaL_addlstring","type":"Auxiliary Library"},{"name":"luaL_addsize","path":"index#luaL_addsize","type":"Auxiliary Library"},{"name":"luaL_addstring","path":"index#luaL_addstring","type":"Auxiliary Library"},{"name":"luaL_addvalue","path":"index#luaL_addvalue","type":"Auxiliary Library"},{"name":"luaL_argcheck","path":"index#luaL_argcheck","type":"Auxiliary Library"},{"name":"luaL_argerror","path":"index#luaL_argerror","type":"Auxiliary Library"},{"name":"luaL_Buffer","path":"index#luaL_Buffer","type":"Auxiliary Library"},{"name":"luaL_buffinit","path":"index#luaL_buffinit","type":"Auxiliary Library"},{"name":"luaL_buffinitsize","path":"index#luaL_buffinitsize","type":"Auxiliary Library"},{"name":"luaL_callmeta","path":"index#luaL_callmeta","type":"Auxiliary Library"},{"name":"luaL_checkany","path":"index#luaL_checkany","type":"Auxiliary Library"},{"name":"luaL_checkinteger","path":"index#luaL_checkinteger","type":"Auxiliary Library"},{"name":"luaL_checklstring","path":"index#luaL_checklstring","type":"Auxiliary Library"},{"name":"luaL_checknumber","path":"index#luaL_checknumber","type":"Auxiliary Library"},{"name":"luaL_checkoption","path":"index#luaL_checkoption","type":"Auxiliary Library"},{"name":"luaL_checkstack","path":"index#luaL_checkstack","type":"Auxiliary Library"},{"name":"luaL_checkstring","path":"index#luaL_checkstring","type":"Auxiliary Library"},{"name":"luaL_checktype","path":"index#luaL_checktype","type":"Auxiliary Library"},{"name":"luaL_checkudata","path":"index#luaL_checkudata","type":"Auxiliary Library"},{"name":"luaL_checkversion","path":"index#luaL_checkversion","type":"Auxiliary Library"},{"name":"luaL_dofile","path":"index#luaL_dofile","type":"Auxiliary Library"},{"name":"luaL_dostring","path":"index#luaL_dostring","type":"Auxiliary Library"},{"name":"luaL_error","path":"index#luaL_error","type":"Auxiliary Library"},{"name":"luaL_execresult","path":"index#luaL_execresult","type":"Auxiliary Library"},{"name":"luaL_fileresult","path":"index#luaL_fileresult","type":"Auxiliary Library"},{"name":"luaL_getmetafield","path":"index#luaL_getmetafield","type":"Auxiliary Library"},{"name":"luaL_getmetatable","path":"index#luaL_getmetatable","type":"Auxiliary Library"},{"name":"luaL_getsubtable","path":"index#luaL_getsubtable","type":"Auxiliary Library"},{"name":"luaL_gsub","path":"index#luaL_gsub","type":"Auxiliary Library"},{"name":"luaL_len","path":"index#luaL_len","type":"Auxiliary Library"},{"name":"luaL_loadbuffer","path":"index#luaL_loadbuffer","type":"Auxiliary Library"},{"name":"luaL_loadbufferx","path":"index#luaL_loadbufferx","type":"Auxiliary Library"},{"name":"luaL_loadfile","path":"index#luaL_loadfile","type":"Auxiliary Library"},{"name":"luaL_loadfilex","path":"index#luaL_loadfilex","type":"Auxiliary Library"},{"name":"luaL_loadstring","path":"index#luaL_loadstring","type":"Auxiliary Library"},{"name":"luaL_newlib","path":"index#luaL_newlib","type":"Auxiliary Library"},{"name":"luaL_newlibtable","path":"index#luaL_newlibtable","type":"Auxiliary Library"},{"name":"luaL_newmetatable","path":"index#luaL_newmetatable","type":"Auxiliary Library"},{"name":"luaL_newstate","path":"index#luaL_newstate","type":"Auxiliary Library"},{"name":"luaL_openlibs","path":"index#luaL_openlibs","type":"Auxiliary Library"},{"name":"luaL_opt","path":"index#luaL_opt","type":"Auxiliary Library"},{"name":"luaL_optinteger","path":"index#luaL_optinteger","type":"Auxiliary Library"},{"name":"luaL_optlstring","path":"index#luaL_optlstring","type":"Auxiliary Library"},{"name":"luaL_optnumber","path":"index#luaL_optnumber","type":"Auxiliary Library"},{"name":"luaL_optstring","path":"index#luaL_optstring","type":"Auxiliary Library"},{"name":"luaL_prepbuffer","path":"index#luaL_prepbuffer","type":"Auxiliary Library"},{"name":"luaL_prepbuffsize","path":"index#luaL_prepbuffsize","type":"Auxiliary Library"},{"name":"luaL_pushresult","path":"index#luaL_pushresult","type":"Auxiliary Library"},{"name":"luaL_pushresultsize","path":"index#luaL_pushresultsize","type":"Auxiliary Library"},{"name":"luaL_ref","path":"index#luaL_ref","type":"Auxiliary Library"},{"name":"luaL_Reg","path":"index#luaL_Reg","type":"Auxiliary Library"},{"name":"luaL_requiref","path":"index#luaL_requiref","type":"Auxiliary Library"},{"name":"luaL_setfuncs","path":"index#luaL_setfuncs","type":"Auxiliary Library"},{"name":"luaL_setmetatable","path":"index#luaL_setmetatable","type":"Auxiliary Library"},{"name":"luaL_Stream","path":"index#luaL_Stream","type":"Auxiliary Library"},{"name":"luaL_testudata","path":"index#luaL_testudata","type":"Auxiliary Library"},{"name":"luaL_tolstring","path":"index#luaL_tolstring","type":"Auxiliary Library"},{"name":"luaL_traceback","path":"index#luaL_traceback","type":"Auxiliary Library"},{"name":"luaL_typename","path":"index#luaL_typename","type":"Auxiliary Library"},{"name":"luaL_unref","path":"index#luaL_unref","type":"Auxiliary Library"},{"name":"luaL_where","path":"index#luaL_where","type":"Auxiliary Library"},{"name":"lua_absindex","path":"index#lua_absindex","type":"API"},{"name":"lua_Alloc","path":"index#lua_Alloc","type":"API"},{"name":"lua_arith","path":"index#lua_arith","type":"API"},{"name":"lua_atpanic","path":"index#lua_atpanic","type":"API"},{"name":"lua_call","path":"index#lua_call","type":"API"},{"name":"lua_callk","path":"index#lua_callk","type":"API"},{"name":"lua_CFunction","path":"index#lua_CFunction","type":"API"},{"name":"lua_checkstack","path":"index#lua_checkstack","type":"API"},{"name":"lua_close","path":"index#lua_close","type":"API"},{"name":"lua_compare","path":"index#lua_compare","type":"API"},{"name":"lua_concat","path":"index#lua_concat","type":"API"},{"name":"lua_copy","path":"index#lua_copy","type":"API"},{"name":"lua_createtable","path":"index#lua_createtable","type":"API"},{"name":"lua_Debug","path":"index#lua_Debug","type":"API"},{"name":"lua_dump","path":"index#lua_dump","type":"API"},{"name":"lua_error","path":"index#lua_error","type":"API"},{"name":"lua_gc","path":"index#lua_gc","type":"API"},{"name":"lua_getallocf","path":"index#lua_getallocf","type":"API"},{"name":"lua_getextraspace","path":"index#lua_getextraspace","type":"API"},{"name":"lua_getfield","path":"index#lua_getfield","type":"API"},{"name":"lua_getglobal","path":"index#lua_getglobal","type":"API"},{"name":"lua_gethook","path":"index#lua_gethook","type":"API"},{"name":"lua_gethookcount","path":"index#lua_gethookcount","type":"API"},{"name":"lua_gethookmask","path":"index#lua_gethookmask","type":"API"},{"name":"lua_geti","path":"index#lua_geti","type":"API"},{"name":"lua_getinfo","path":"index#lua_getinfo","type":"API"},{"name":"lua_getlocal","path":"index#lua_getlocal","type":"API"},{"name":"lua_getmetatable","path":"index#lua_getmetatable","type":"API"},{"name":"lua_getstack","path":"index#lua_getstack","type":"API"},{"name":"lua_gettable","path":"index#lua_gettable","type":"API"},{"name":"lua_gettop","path":"index#lua_gettop","type":"API"},{"name":"lua_getupvalue","path":"index#lua_getupvalue","type":"API"},{"name":"lua_getuservalue","path":"index#lua_getuservalue","type":"API"},{"name":"lua_Hook","path":"index#lua_Hook","type":"API"},{"name":"lua_insert","path":"index#lua_insert","type":"API"},{"name":"lua_Integer","path":"index#lua_Integer","type":"API"},{"name":"lua_isboolean","path":"index#lua_isboolean","type":"API"},{"name":"lua_iscfunction","path":"index#lua_iscfunction","type":"API"},{"name":"lua_isfunction","path":"index#lua_isfunction","type":"API"},{"name":"lua_isinteger","path":"index#lua_isinteger","type":"API"},{"name":"lua_islightuserdata","path":"index#lua_islightuserdata","type":"API"},{"name":"lua_isnil","path":"index#lua_isnil","type":"API"},{"name":"lua_isnone","path":"index#lua_isnone","type":"API"},{"name":"lua_isnoneornil","path":"index#lua_isnoneornil","type":"API"},{"name":"lua_isnumber","path":"index#lua_isnumber","type":"API"},{"name":"lua_isstring","path":"index#lua_isstring","type":"API"},{"name":"lua_istable","path":"index#lua_istable","type":"API"},{"name":"lua_isthread","path":"index#lua_isthread","type":"API"},{"name":"lua_isuserdata","path":"index#lua_isuserdata","type":"API"},{"name":"lua_isyieldable","path":"index#lua_isyieldable","type":"API"},{"name":"lua_KContext","path":"index#lua_KContext","type":"API"},{"name":"lua_KFunction","path":"index#lua_KFunction","type":"API"},{"name":"lua_len","path":"index#lua_len","type":"API"},{"name":"lua_load","path":"index#lua_load","type":"API"},{"name":"lua_newstate","path":"index#lua_newstate","type":"API"},{"name":"lua_newtable","path":"index#lua_newtable","type":"API"},{"name":"lua_newthread","path":"index#lua_newthread","type":"API"},{"name":"lua_newuserdata","path":"index#lua_newuserdata","type":"API"},{"name":"lua_next","path":"index#lua_next","type":"API"},{"name":"lua_Number","path":"index#lua_Number","type":"API"},{"name":"lua_numbertointeger","path":"index#lua_numbertointeger","type":"API"},{"name":"lua_pcall","path":"index#lua_pcall","type":"API"},{"name":"lua_pcallk","path":"index#lua_pcallk","type":"API"},{"name":"lua_pop","path":"index#lua_pop","type":"API"},{"name":"lua_pushboolean","path":"index#lua_pushboolean","type":"API"},{"name":"lua_pushcclosure","path":"index#lua_pushcclosure","type":"API"},{"name":"lua_pushcfunction","path":"index#lua_pushcfunction","type":"API"},{"name":"lua_pushfstring","path":"index#lua_pushfstring","type":"API"},{"name":"lua_pushglobaltable","path":"index#lua_pushglobaltable","type":"API"},{"name":"lua_pushinteger","path":"index#lua_pushinteger","type":"API"},{"name":"lua_pushlightuserdata","path":"index#lua_pushlightuserdata","type":"API"},{"name":"lua_pushliteral","path":"index#lua_pushliteral","type":"API"},{"name":"lua_pushlstring","path":"index#lua_pushlstring","type":"API"},{"name":"lua_pushnil","path":"index#lua_pushnil","type":"API"},{"name":"lua_pushnumber","path":"index#lua_pushnumber","type":"API"},{"name":"lua_pushstring","path":"index#lua_pushstring","type":"API"},{"name":"lua_pushthread","path":"index#lua_pushthread","type":"API"},{"name":"lua_pushvalue","path":"index#lua_pushvalue","type":"API"},{"name":"lua_pushvfstring","path":"index#lua_pushvfstring","type":"API"},{"name":"lua_rawequal","path":"index#lua_rawequal","type":"API"},{"name":"lua_rawget","path":"index#lua_rawget","type":"API"},{"name":"lua_rawgeti","path":"index#lua_rawgeti","type":"API"},{"name":"lua_rawgetp","path":"index#lua_rawgetp","type":"API"},{"name":"lua_rawlen","path":"index#lua_rawlen","type":"API"},{"name":"lua_rawset","path":"index#lua_rawset","type":"API"},{"name":"lua_rawseti","path":"index#lua_rawseti","type":"API"},{"name":"lua_rawsetp","path":"index#lua_rawsetp","type":"API"},{"name":"lua_Reader","path":"index#lua_Reader","type":"API"},{"name":"lua_register","path":"index#lua_register","type":"API"},{"name":"lua_remove","path":"index#lua_remove","type":"API"},{"name":"lua_replace","path":"index#lua_replace","type":"API"},{"name":"lua_resume","path":"index#lua_resume","type":"API"},{"name":"lua_rotate","path":"index#lua_rotate","type":"API"},{"name":"lua_setallocf","path":"index#lua_setallocf","type":"API"},{"name":"lua_setfield","path":"index#lua_setfield","type":"API"},{"name":"lua_setglobal","path":"index#lua_setglobal","type":"API"},{"name":"lua_sethook","path":"index#lua_sethook","type":"API"},{"name":"lua_seti","path":"index#lua_seti","type":"API"},{"name":"lua_setlocal","path":"index#lua_setlocal","type":"API"},{"name":"lua_setmetatable","path":"index#lua_setmetatable","type":"API"},{"name":"lua_settable","path":"index#lua_settable","type":"API"},{"name":"lua_settop","path":"index#lua_settop","type":"API"},{"name":"lua_setupvalue","path":"index#lua_setupvalue","type":"API"},{"name":"lua_setuservalue","path":"index#lua_setuservalue","type":"API"},{"name":"lua_State","path":"index#lua_State","type":"API"},{"name":"lua_status","path":"index#lua_status","type":"API"},{"name":"lua_stringtonumber","path":"index#lua_stringtonumber","type":"API"},{"name":"lua_toboolean","path":"index#lua_toboolean","type":"API"},{"name":"lua_tocfunction","path":"index#lua_tocfunction","type":"API"},{"name":"lua_tointeger","path":"index#lua_tointeger","type":"API"},{"name":"lua_tointegerx","path":"index#lua_tointegerx","type":"API"},{"name":"lua_tolstring","path":"index#lua_tolstring","type":"API"},{"name":"lua_tonumber","path":"index#lua_tonumber","type":"API"},{"name":"lua_tonumberx","path":"index#lua_tonumberx","type":"API"},{"name":"lua_topointer","path":"index#lua_topointer","type":"API"},{"name":"lua_tostring","path":"index#lua_tostring","type":"API"},{"name":"lua_tothread","path":"index#lua_tothread","type":"API"},{"name":"lua_touserdata","path":"index#lua_touserdata","type":"API"},{"name":"lua_type","path":"index#lua_type","type":"API"},{"name":"lua_typename","path":"index#lua_typename","type":"API"},{"name":"lua_Unsigned","path":"index#lua_Unsigned","type":"API"},{"name":"lua_upvalueid","path":"index#lua_upvalueid","type":"API"},{"name":"lua_upvalueindex","path":"index#lua_upvalueindex","type":"API"},{"name":"lua_upvaluejoin","path":"index#lua_upvaluejoin","type":"API"},{"name":"lua_version","path":"index#lua_version","type":"API"},{"name":"lua_Writer","path":"index#lua_Writer","type":"API"},{"name":"lua_xmove","path":"index#lua_xmove","type":"API"},{"name":"lua_yield","path":"index#lua_yield","type":"API"},{"name":"lua_yieldk","path":"index#lua_yieldk","type":"API"},{"name":"math.abs()","path":"index#pdf-math.abs","type":"Standard Libraries"},{"name":"math.acos()","path":"index#pdf-math.acos","type":"Standard Libraries"},{"name":"math.asin()","path":"index#pdf-math.asin","type":"Standard Libraries"},{"name":"math.atan()","path":"index#pdf-math.atan","type":"Standard Libraries"},{"name":"math.ceil()","path":"index#pdf-math.ceil","type":"Standard Libraries"},{"name":"math.cos()","path":"index#pdf-math.cos","type":"Standard Libraries"},{"name":"math.deg()","path":"index#pdf-math.deg","type":"Standard Libraries"},{"name":"math.exp()","path":"index#pdf-math.exp","type":"Standard Libraries"},{"name":"math.floor()","path":"index#pdf-math.floor","type":"Standard Libraries"},{"name":"math.fmod()","path":"index#pdf-math.fmod","type":"Standard Libraries"},{"name":"math.huge","path":"index#pdf-math.huge","type":"Standard Libraries"},{"name":"math.log()","path":"index#pdf-math.log","type":"Standard Libraries"},{"name":"math.max()","path":"index#pdf-math.max","type":"Standard Libraries"},{"name":"math.maxinteger","path":"index#pdf-math.maxinteger","type":"Standard Libraries"},{"name":"math.min()","path":"index#pdf-math.min","type":"Standard Libraries"},{"name":"math.mininteger","path":"index#pdf-math.mininteger","type":"Standard Libraries"},{"name":"math.modf()","path":"index#pdf-math.modf","type":"Standard Libraries"},{"name":"math.pi","path":"index#pdf-math.pi","type":"Standard Libraries"},{"name":"math.rad()","path":"index#pdf-math.rad","type":"Standard Libraries"},{"name":"math.random()","path":"index#pdf-math.random","type":"Standard Libraries"},{"name":"math.randomseed()","path":"index#pdf-math.randomseed","type":"Standard Libraries"},{"name":"math.sin()","path":"index#pdf-math.sin","type":"Standard Libraries"},{"name":"math.sqrt()","path":"index#pdf-math.sqrt","type":"Standard Libraries"},{"name":"math.tan()","path":"index#pdf-math.tan","type":"Standard Libraries"},{"name":"math.tointeger()","path":"index#pdf-math.tointeger","type":"Standard Libraries"},{"name":"math.type()","path":"index#pdf-math.type","type":"Standard Libraries"},{"name":"math.ult()","path":"index#pdf-math.ult","type":"Standard Libraries"},{"name":"Metatables and Metamethods","path":"index#2.4","type":"Basic Concepts"},{"name":"next()","path":"index#pdf-next","type":"Standard Libraries"},{"name":"os.clock()","path":"index#pdf-os.clock","type":"Standard Libraries"},{"name":"os.date()","path":"index#pdf-os.date","type":"Standard Libraries"},{"name":"os.difftime()","path":"index#pdf-os.difftime","type":"Standard Libraries"},{"name":"os.execute()","path":"index#pdf-os.execute","type":"Standard Libraries"},{"name":"os.exit()","path":"index#pdf-os.exit","type":"Standard Libraries"},{"name":"os.getenv()","path":"index#pdf-os.getenv","type":"Standard Libraries"},{"name":"os.remove()","path":"index#pdf-os.remove","type":"Standard Libraries"},{"name":"os.rename()","path":"index#pdf-os.rename","type":"Standard Libraries"},{"name":"os.setlocale()","path":"index#pdf-os.setlocale","type":"Standard Libraries"},{"name":"os.time()","path":"index#pdf-os.time","type":"Standard Libraries"},{"name":"os.tmpname()","path":"index#pdf-os.tmpname","type":"Standard Libraries"},{"name":"package.config","path":"index#pdf-package.config","type":"Standard Libraries"},{"name":"package.cpath","path":"index#pdf-package.cpath","type":"Standard Libraries"},{"name":"package.loaded","path":"index#pdf-package.loaded","type":"Standard Libraries"},{"name":"package.loadlib()","path":"index#pdf-package.loadlib","type":"Standard Libraries"},{"name":"package.path","path":"index#pdf-package.path","type":"Standard Libraries"},{"name":"package.preload","path":"index#pdf-package.preload","type":"Standard Libraries"},{"name":"package.searchers","path":"index#pdf-package.searchers","type":"Standard Libraries"},{"name":"package.searchpath()","path":"index#pdf-package.searchpath","type":"Standard Libraries"},{"name":"pairs()","path":"index#pdf-pairs","type":"Standard Libraries"},{"name":"Patterns","path":"index#6.4.1","type":"Standard Libraries"},{"name":"pcall()","path":"index#pdf-pcall","type":"Standard Libraries"},{"name":"Precedence","path":"index#3.4.8","type":"Language"},{"name":"print()","path":"index#pdf-print","type":"Standard Libraries"},{"name":"rawequal()","path":"index#pdf-rawequal","type":"Standard Libraries"},{"name":"rawget()","path":"index#pdf-rawget","type":"Standard Libraries"},{"name":"rawlen()","path":"index#pdf-rawlen","type":"Standard Libraries"},{"name":"rawset()","path":"index#pdf-rawset","type":"Standard Libraries"},{"name":"Relational Operators","path":"index#3.4.4","type":"Language"},{"name":"require()","path":"index#pdf-require","type":"Standard Libraries"},{"name":"select()","path":"index#pdf-select","type":"Standard Libraries"},{"name":"setmetatable()","path":"index#pdf-setmetatable","type":"Standard Libraries"},{"name":"Statements","path":"index#3.3","type":"Language"},{"name":"string.byte()","path":"index#pdf-string.byte","type":"Standard Libraries"},{"name":"string.char()","path":"index#pdf-string.char","type":"Standard Libraries"},{"name":"string.dump()","path":"index#pdf-string.dump","type":"Standard Libraries"},{"name":"string.find()","path":"index#pdf-string.find","type":"Standard Libraries"},{"name":"string.format()","path":"index#pdf-string.format","type":"Standard Libraries"},{"name":"string.gmatch()","path":"index#pdf-string.gmatch","type":"Standard Libraries"},{"name":"string.gsub()","path":"index#pdf-string.gsub","type":"Standard Libraries"},{"name":"string.len()","path":"index#pdf-string.len","type":"Standard Libraries"},{"name":"string.lower()","path":"index#pdf-string.lower","type":"Standard Libraries"},{"name":"string.match()","path":"index#pdf-string.match","type":"Standard Libraries"},{"name":"string.pack()","path":"index#pdf-string.pack","type":"Standard Libraries"},{"name":"string.packsize()","path":"index#pdf-string.packsize","type":"Standard Libraries"},{"name":"string.rep()","path":"index#pdf-string.rep","type":"Standard Libraries"},{"name":"string.reverse()","path":"index#pdf-string.reverse","type":"Standard Libraries"},{"name":"string.sub()","path":"index#pdf-string.sub","type":"Standard Libraries"},{"name":"string.unpack()","path":"index#pdf-string.unpack","type":"Standard Libraries"},{"name":"string.upper()","path":"index#pdf-string.upper","type":"Standard Libraries"},{"name":"Table Constructors","path":"index#3.4.9","type":"Language"},{"name":"table.concat()","path":"index#pdf-table.concat","type":"Standard Libraries"},{"name":"table.insert()","path":"index#pdf-table.insert","type":"Standard Libraries"},{"name":"table.move()","path":"index#pdf-table.move","type":"Standard Libraries"},{"name":"table.pack()","path":"index#pdf-table.pack","type":"Standard Libraries"},{"name":"table.remove()","path":"index#pdf-table.remove","type":"Standard Libraries"},{"name":"table.sort()","path":"index#pdf-table.sort","type":"Standard Libraries"},{"name":"table.unpack()","path":"index#pdf-table.unpack","type":"Standard Libraries"},{"name":"The Length Operator","path":"index#3.4.7","type":"Language"},{"name":"tonumber()","path":"index#pdf-tonumber","type":"Standard Libraries"},{"name":"tostring()","path":"index#pdf-tostring","type":"Standard Libraries"},{"name":"type()","path":"index#pdf-type","type":"Standard Libraries"},{"name":"utf8.char()","path":"index#pdf-utf8.char","type":"Standard Libraries"},{"name":"utf8.charpattern","path":"index#pdf-utf8.charpattern","type":"Standard Libraries"},{"name":"utf8.codepoint()","path":"index#pdf-utf8.codepoint","type":"Standard Libraries"},{"name":"utf8.codes()","path":"index#pdf-utf8.codes","type":"Standard Libraries"},{"name":"utf8.len()","path":"index#pdf-utf8.len","type":"Standard Libraries"},{"name":"utf8.offset()","path":"index#pdf-utf8.offset","type":"Standard Libraries"},{"name":"Values and Types","path":"index#2.1","type":"Basic Concepts"},{"name":"Variables","path":"index#3.2","type":"Language"},{"name":"Visibility Rules","path":"index#3.5","type":"Language"},{"name":"Weak Tables","path":"index#2.5.2","type":"Basic Concepts"},{"name":"xpcall()","path":"index#pdf-xpcall","type":"Standard Libraries"},{"name":"_G","path":"index#pdf-_G","type":"Standard Libraries"},{"name":"_VERSION","path":"index#pdf-_VERSION","type":"Standard Libraries"}],"types":[{"name":"API","count":129,"slug":"api"},{"name":"Auxiliary Library","count":62,"slug":"auxiliary-library"},{"name":"Basic Concepts","count":8,"slug":"basic-concepts"},{"name":"Language","count":23,"slug":"language"},{"name":"Standard Libraries","count":144,"slug":"standard-libraries"}]} |