Lua from svn repository - run examples

To use at+lua command you should:

require('atpluslua')

somewhere in initialization, prehaps in main.lua. The atpluslua.lua requires(‘print’) by itself.

If you already have that statement inluded, try look in lua debug traces, if atpluslua / print module is loaded successfully. So, modules are first preloaded and loaded later, when needed.