================== Standard libraries ================== The following **standard Lua libraries** are initialized by default and are available to scripts: * `basic `_ * `string `_ * `table `_ * `math `_ * `i/o `_ * `os `_ (available features vary depending on your OS) .. tip:: For more information about Lua, check out the `Reference Manual `_, the online edition of the book `Programming in Lua `_ or the `Lua-users wiki `_.