Testing - ignore:)
Testing edit functionality and code:
// does this work for a language that is not listed |
// where intendation is important? - test |
// from the book Foundations of F# |
let fibs = |
Seq.unfold |
(fun (n0, n1) -> |
Some(n0, (n1, n0 + n1))) |
(1,1) |
|
let first20 = Seq.take 20 fibs |
|
print_any first20 |
Great! At last a forum that works the way I want. Congratulaions forum managers.