(* comment. *)
(* comment can be (* nested *).*)

print_int 3;;
print_string "\n";;

print_float 3.0;;
print_string "\n";;

print_string "good!";;