[1..100] |> List.filter(fun x -> x%2=0) |> printfn "%A" [1..100] |> List.filter(fun x -> x%2=0) |> List.map(fun x -> x*2) |> List.sum |> printfn "%d" "tere".[1..2] |> printfn "%A"