From f4091df8bc9ffb68f888780cc8fb79cef3d4ab6f Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Sat, 23 Aug 2025 05:01:21 +0000 Subject: [PATCH] lua: add Dutch translation (#17771) --- pages.nl/common/lua.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages.nl/common/lua.md diff --git a/pages.nl/common/lua.md b/pages.nl/common/lua.md new file mode 100644 index 0000000000..01038046bd --- /dev/null +++ b/pages.nl/common/lua.md @@ -0,0 +1,16 @@ +# lua + +> Een krachtige, lichtgewicht en embeddable programmeertaal. +> Meer informatie: . + +- 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")}}'`