fork(2) download
  1. let char_arr = [|'a';'b';'c'|]
  2. let str = new string(char_arr)
  3. str |> printfn "%A"
Success #stdin #stdout 0.18s 26048KB
stdin
Standard input is empty
stdout
"abc"