mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
ocaml: add example to run script with modules (#7478)
This commit is contained in:
@@ -11,3 +11,7 @@
|
||||
- Read OCaml commands from a file and execute them:
|
||||
|
||||
`ocaml {{path/to/file.ml}}`
|
||||
|
||||
- Run OCaml script with modules:
|
||||
|
||||
`ocaml {{module1}} {{module2}} {{path/to/file.ml}}`
|
||||
|
||||
Reference in New Issue
Block a user