1
0
Fork 0
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:
Dylan 2025-08-23 05:01:21 +00:00 committed by GitHub
parent 7b778f2117
commit f4091df8bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages.nl/common/lua.md Normal file
View 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")}}'`