> Hi Folks, > > I am very new to OCaml and I am taking my first steps at the moment... > > Can you tell me how to concatenate a int and a String? let i = 42 and s = "hello" in string_of_int i ^ s Christoph Bauer