Introduction to Lua

Vanda Engine 1.3.3

TODO: To change the header's content go to Dr.Explain menu Options : Project Settings : HTML (CHM) Export : Setup HTML Template and Layout
TODO: To change the footer's content go to Dr.Explain menu Options : Project Settings : HTML (CHM) Export : Setup HTML Template and Layout
Introduction to Lua
  

What's Lua
To quote the official definition, Lua is a powerful, fast, lightweight, embeddable scripting language.
 
Installation
Please download and install the Lua package from Windows from Google Code.
 
IDE
It's always a good idea to have an IDE on hand. The IDE that comes with the Lua package is called SciTE.
 
Running SciTE
Please click the SciTE shortcut in order to run the IDE.
 
Saving the Script
After writing your script, go to File | Save As menu, give your file a name, and make sure to include .lua at the end of your file name. Otherwise, Vanda Engine won't recognize your lua script.
Made with help of Dr.Explain