Running the Application

The LUA command is used to start the Lua interpreter.

To run a Lua script in the background, with no access to stdin, stdout and stderr, use LUA START.

To run the Lua interpreter in interactive mode with stdin, stdout and stderr connected to a receiver port, use LUA PROMPT.

The interpreter is started within the /lua working directory so scripts within that directory can be referenced directly, without a path.