common/l*: add Korean translation (#14665)

This commit is contained in:
코드싸이
2024-11-07 09:27:55 +09:00
committed by GitHub
parent feb91d75ea
commit ef281bb658
103 changed files with 2279 additions and 0 deletions

16
pages.ko/common/lua.md Normal file
View File

@@ -0,0 +1,16 @@
# lua
> 강력하고 가벼운 임베디드 프로그래밍 언어.
> 더 많은 정보: <https://www.lua.org>.
- 대화형 Lua 셸 시작:
`lua`
- Lua 스크립트 실행:
`lua {{경로/대상/스크립트.lua}} {{--선택적-인자}}`
- Lua 표현식 실행:
`lua -e '{{print("Hello World")}}'`