Sodamhan.com

TL;DR

lua

A powerful, light-weight embeddable programming language. More information: https://www.lua.org.

  • Start an interactive Lua shell:

lua

  • Execute a Lua script:

lua path/to/script.lua --optional-argument

  • Execute a Lua expression:

lua -e 'print("Hello World")'

This document was created using the contents of the tldr project.