add new chinese translations
This commit is contained in:
17
pages.zh/common/ocaml.md
Normal file
17
pages.zh/common/ocaml.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# OCaml
|
||||
|
||||
> OCaml 交互式解释器 (读取-评估-打印循环)。
|
||||
> 解释 OCaml 命令。
|
||||
> 更多信息: <https://ocaml.org>。
|
||||
|
||||
- 从用户那里读取 OCaml 命令并执行它们:
|
||||
|
||||
`ocaml`
|
||||
|
||||
- 从文件中读取 OCaml 命令并执行它们:
|
||||
|
||||
`ocaml {{path/to/file.ml}}`
|
||||
|
||||
- 运行带有模块的 OCaml 脚本:
|
||||
|
||||
`ocaml {{module1}} {{module2}} {{path/to/file.ml}}`
|
Reference in New Issue
Block a user