mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
ocaml: add page (#3514)
This commit is contained in:
parent
9a09ce6256
commit
2ccebb2820
12
pages/common/ocaml.md
Normal file
12
pages/common/ocaml.md
Normal 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}}`
|
Loading…
Reference in New Issue
Block a user