Default Lua Modules Included By Default

A number of Lua modules are included by default.

The following modules are included:
math
A math library that supports most common math functions.
string
A string manipulation library.
table
A table manipulation library.
os
A library that allows users to access the operating system environment and files.
io
A input-output module for reading and writing files.
debug
A debug module for locating problems in scripts.