mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-24 22:04:05 +02:00
lua: add Dutch translation (#17771)
This commit is contained in:
parent
7b778f2117
commit
f4091df8bc
1 changed files with 16 additions and 0 deletions
16
pages.nl/common/lua.md
Normal file
16
pages.nl/common/lua.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# lua
|
||||
|
||||
> Een krachtige, lichtgewicht en embeddable programmeertaal.
|
||||
> Meer informatie: <https://www.lua.org/manual/5.4/lua.html>.
|
||||
|
||||
- Start een interactieve Lua-shell:
|
||||
|
||||
`lua`
|
||||
|
||||
- Voer een Lua-script uit:
|
||||
|
||||
`lua {{pad/naar/script.lua}} {{--optioneel-argument}}`
|
||||
|
||||
- Voer een Lua-expressie uit:
|
||||
|
||||
`lua -e '{{print("Hello World")}}'`
|
Loading…
Add table
Reference in a new issue