let list1 = [1 .. 10] |> List.map (fun x -> x + 1) |> List.filter (fun x -> x %2 <> 0)
test
May 22, 2008 at 7:59 AM
Post a Comment
<< Home
1 Comments:
test
May 22, 2008 at 7:59 AM
Post a Comment
<< Home