Monday, March 3, 2008

let list1 =
   [1 .. 10]
   |> List.map (fun x -> x + 1)
   |> List.filter (fun x -> x %2 <> 0) 
This is a test-publish from windows live writer with a visual studio addon.