lua (1) Linux Manual Page
NAME lua – Lua interpreter SYNOPSIS lua [ options ] [ script [ args ] ] DESCRIPTION lua is the stand-alone Lua interpreter. It loads and executes Lua programs, either in textual source form or in precompiled binary form. (Precompiled binaries are output by luac, the Lua compiler.) lua can be used as a batch…
