Introduction - If you have any usage issues, please Google them yourself
Lua development guide, Lua is a small scripting language. Scripting languages do not need to be compiled before they can be run directly (actually interpreted at run time). The language is designed to be embedded in applications so as to provide flexible extensions and customization capabilities for applications.