Guest User

Untitled

a guest
Jan 22nd, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
F# 0.37 KB | None | 0 0
  1.     let wczytaj =
  2.         let co = [
  3.             "weglowodany",
  4.             "tluszcze",
  5.             "woda",
  6.             "cośtam"
  7.         ]
  8.         let liczby = co.map( (fun x ->
  9.                 let xc = System.Console.ReadLine()
  10.                 System.Double.TryParse(xc)
  11.             )
  12.         )
  13.         let succ = List.filter (fun (s, _) -> not s) liczby
Advertisement
Add Comment
Please, Sign In to add comment