$ocaml
OCaml version 4.08.1
You will get the # prompt for Ocaml
# 1+5;;
- : int = 6
double semicolon(;;) needed to perform the operation.
References:
http://www.cs.columbia.edu/~sedwards/classes/2018/4115-fall/ocaml.pdf