Next: Lua Scripter test case file, Previous: Using LuaScripter for creating scripted test cases, Up: Using LuaScripter for creating scripted test cases
Lua is a modern and flexible scripting language designed to be embedded in C or C++. It gives out of the box support for arrays, variables, control structures (if/else, while, for, repeat). It has functions and even threads.
For further details, please visit www.lua.org.