Browse thread
AW: [Caml-list] Concatenation of int and String
- Bauer, Christoph
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Bauer, Christoph <Christoph.Bauer@l...> |
| Subject: | AW: [Caml-list] Concatenation of int and String |
> 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