$ ocaml
Objective Caml version 3.12.1
_________________________
[| + | | Batteries - |
|_____|_|_________________|
_________________________
| - Type '#help;;' | | + |]
|___________________|_|___|
Loading syntax extensions...
Camlp4 Parsing version 3.12.1
# (* i am just a comment. nobody cares about me. oh wait! *);;
# Error: Parse error: illegal begin of top_phrase
#
このエラーが発生します
Error: Parse error: illegal begin of top_phrase
インタプリタにコメントを入力しようとしたとき。ocamlインタープリターでコメントは許可されていませんか、それとも私は何か間違ったことをしていますか?