common/o*: add Korean translation (#14642)
* common/o*: add Korean translation * odps-resource: update Korean translation (fix typo)
This commit is contained in:
17
pages.ko/common/ocaml.md
Normal file
17
pages.ko/common/ocaml.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# ocaml
|
||||
|
||||
> OCaml REPL (읽기-평가-출력-루프).
|
||||
> OCaml 명령을 해석합니다.
|
||||
> 더 많은 정보: <https://ocaml.org>.
|
||||
|
||||
- 사용자로부터 OCaml 명령을 입력받아 실행:
|
||||
|
||||
`ocaml`
|
||||
|
||||
- 파일에서 OCaml 명령을 읽어 실행:
|
||||
|
||||
`ocaml {{경로/대상/파일.ml}}`
|
||||
|
||||
- 모듈과 함께 OCaml 스크립트 실행:
|
||||
|
||||
`ocaml {{모듈1}} {{모듈2}} {{경로/대상/파일.ml}}`
|
Reference in New Issue
Block a user