add new chinese translations
This commit is contained in:
17
pages.zh/common/luajit.md
Normal file
17
pages.zh/common/luajit.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# luajit
|
||||
|
||||
> Lua编程语言的即时编译器(JIT)。
|
||||
> 另见:`lua`。
|
||||
> 更多信息:<https://luajit.org/luajit.html>。
|
||||
|
||||
- 启动一个交互式Lua shell:
|
||||
|
||||
`luajit`
|
||||
|
||||
- 执行一个Lua脚本:
|
||||
|
||||
`luajit {{path/to/script.lua}} {{--optional-argument}}`
|
||||
|
||||
- 执行一个Lua表达式:
|
||||
|
||||
`luajit -e '{{print("Hello World")}}'`
|
Reference in New Issue
Block a user