$ 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解释器中不允许评论还是我做错了什么?