common/o*: add Korean translation (#14642)

* common/o*: add Korean translation

* odps-resource: update Korean translation (fix typo)
This commit is contained in:
코드싸이
2024-11-05 23:54:36 +09:00
committed by GitHub
parent bdf0e99ca8
commit 650fabfc22
49 changed files with 1257 additions and 0 deletions

17
pages.ko/common/ocaml.md Normal file
View File

@@ -0,0 +1,17 @@
# ocaml
> OCaml REPL (읽기-평가-출력-루프).
> OCaml 명령을 해석합니다.
> 더 많은 정보: <https://ocaml.org>.
- 사용자로부터 OCaml 명령을 입력받아 실행:
`ocaml`
- 파일에서 OCaml 명령을 읽어 실행:
`ocaml {{경로/대상/파일.ml}}`
- 모듈과 함께 OCaml 스크립트 실행:
`ocaml {{모듈1}} {{모듈2}} {{경로/대상/파일.ml}}`