open Systemopen Microsoft.FSharp.Collectionslet _ = Array.iter (Array.transform ("1 3 2 0".Split [|' '|]) (fun st -> int.Parse st)) (fun n -> Console.WriteLine n);
Standard input is empty
/home/ZWpfIX/prog.fs(5,16): error FS0039: The value, constructor, namespace or type 'transform' is not defined /home/ZWpfIX/prog.fs(6,10): error FS0002: This function takes too many arguments, or is used in a context where a function is not expected
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!