「OCaml筆記」修訂間的差異

出自Tan Kian-ting的維基
跳至導覽 跳至搜尋
(建立內容為「==在 repl 模式匯入其他程式碼== 在命令行輸入 ocaml ,輸入 <code> # use "hello.ml" </code>」的新頁面)
(無差異)

於 2022年3月26日 (六) 16:19 的修訂

在 repl 模式匯入其他程式碼

在命令行輸入 ocaml ,輸入

  1. use "hello.ml"