diff --git a/pages/common/ocaml.md b/pages/common/ocaml.md new file mode 100644 index 000000000..e4d3a6897 --- /dev/null +++ b/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}}`