ocaml: add page (#3514)

italian
mira01 2019-11-05 22:38:00 +01:00 committed by Starbeamrainbowlabs
parent 9a09ce6256
commit 2ccebb2820
1 changed files with 12 additions and 0 deletions

12
pages/common/ocaml.md Normal file
View File

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