lua: add page (#1381)
This commit is contained in:

committed by
Waldir Pimenta

parent
1ff585c6fd
commit
93348478a1
15
pages/common/lua.md
Normal file
15
pages/common/lua.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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" )}}`
|
Reference in New Issue
Block a user