prog.ml
1: let x = "abc" in 2: let y = String.uppercase x in 3: print_endline "${x}def$y"
This document was generated using caml2html