浏览代码

ocaml: add page (#3514)

mira01 5 年之前
父节点
当前提交
2ccebb2820
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      pages/common/ocaml.md

+ 12 - 0
pages/common/ocaml.md

@@ -0,0 +1,12 @@
+# ocaml
+
+> The OCaml repl (read-evaluate-print-loop).
+> Interprets Ocaml commands.
+
+- Read OCaml commands from the user and execute them:
+
+`ocaml`
+
+- Read OCaml commands from a file and execute them:
+
+`ocaml {{path/to/file.ml}}`