MovGP0        Über mich        Hilfen        Artikel        Weblinks        Literatur        Zitate        Notizen        Programmierung        MSCert        Physik      


[0..100] 
|> List.filter (fun x -> x % 2 = 0) 
|> List.map (fun x -> x * 2) 
|> List.sum

See also

Bearbeiten