소스 검색

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}}`