IonutParau 687cfebd00 testing version of LuaBIOS and OpenOS
people were having issues getting them to work so now we promote consistency
2025-06-28 20:41:49 +02:00

12 lines
408 B
Plaintext

NAME
lua - a simple Lua interpreter
SYNOPSIS
lua
DESCRIPTION
Launches a command line that can be used to evaluate Lua statements and expressions. This can be very useful for testing out commands. Note that the interpreter will automatically try to resolve undefined globals using `require`, i.e. it will try to load a package with the specified name.
EXAMPLES
lua
Launches the Lua interpreter.