diff options
Diffstat (limited to 'el-gr/ocaml-gr.html.markdown')
-rw-r--r-- | el-gr/ocaml-gr.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/el-gr/ocaml-gr.html.markdown b/el-gr/ocaml-gr.html.markdown index 9a15b2d3..6384b1a6 100644 --- a/el-gr/ocaml-gr.html.markdown +++ b/el-gr/ocaml-gr.html.markdown @@ -35,6 +35,7 @@ val inc : int -> int = <fun> # let a = 99 ;; val a : int = 99 ``` + Για ένα source αρχείο μπορούμε να χρησιμοποιούμε την εντολή "ocamlc -i /path/to/file.ml" στο terminal για να τυπώσει όλα τα ονόματα και τους τύπους. |