lua
A powerful, light-weight embeddable programming language.
- Start an interactive Lua shell:
lua
- Execute a Lua script:
lua {script_name.lua} {--optional-argument}
- Execute a Lua expression:
lua -e '{print( "Hello World" )}'
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).