
luajit
List of commands for luajit:
-
luajit:tldr:5901d luajit: Execute a Lua expression.$ luajit -e '${print("Hello World")}'try on your machineexplain this command
-
luajit:tldr:7c489 luajit: Start an interactive Lua shell.$ luajittry on your machineexplain this command
-
luajit:tldr:f8a01 luajit: Execute a Lua script.$ luajit ${path-to-script-lua} ${--optional-argument}try on your machineexplain this command