fork download
  1. open System
  2. let _ =
  3. Array.foreach
  4. (Array.transform ("1 3 2 0".Split [|' '|]) (fun st -> int.Parse st))
  5. (fun n -> Console.WriteLine n);
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/yg2UQd/prog.fs(3,11): error FS0039: The value, constructor, namespace or type 'foreach' is not defined
stdout
Standard output is empty