From 2ccebb2820640482b924e7d256bef77cee7cdcae Mon Sep 17 00:00:00 2001 From: mira01 Date: Tue, 5 Nov 2019 22:38:00 +0100 Subject: [PATCH] ocaml: add page (#3514) --- pages/common/ocaml.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/ocaml.md 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}}`