Module
| bit32 |
Bitwise Operations. |
| coroutine |
Coroutine Manipulation. |
| debug |
The Debug Library. |
| global |
Lua global variables. |
| io |
Input and Output Facilities. |
| math |
Mathematical Functions. |
| os |
Operating System Facilities. |
| package |
The package library provides basic facilities for loading and building modules in Lua. |
| string |
String Manipulation. |
| table |
Table Manipulation. |