add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

17
pages.zh/common/ocaml.md Normal file
View 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}}`