Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
2
Task/Loops-Do-while/F-Sharp/loops-do-while-3.fs
Normal file
2
Task/Loops-Do-while/F-Sharp/loops-do-while-3.fs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
// Loops/Do-while. Nigel Galloway: February 14th., 2022
|
||||
Seq.unfold(fun n->match n with Some n->let n=n+1 in Some(n,if n%6=0 then None else Some(n)) |_->None)(Some 0)|>Seq.iter(printfn "%d")
|
||||
Loading…
Add table
Add a link
Reference in a new issue