Lua Tutorials Lua Language 00.hello 01.01.nil 01.02.boolean 01.03.number 01.04.01.string.basic 01.04.02.string.find_replace 01.05.01.function.section 01.05.02.function.add 01.05.03.function.sum 01.05.04.function.first-class 01.05.05.funcion.closure 01.06.01.table.len 01.06.02.table.init 01.06.03.table.ref 02.global 03.condition 04.01.loop.normal 04.02.loop.iter 04.02.loop.iter2 04.03.loop.pairs Lua Oop 00.table.usage 00.table.usage2 01.01.metatable 01.02.metatable.__call 01.03.metatable.new 01.04.metatable.index.func 01.04.metatable.index.table 01.05.object.class 01.05.object.inherit 01.05.object.multi-inherit 02.01.test.metatable Lua work with C 00.c-call-lua 01.lua-call-c 02.userdata