2020-04-14 00:29:51 +03:00
|
|
|
## Sequences (#6)
|
2019-07-15 17:01:04 +03:00
|
|
|
|
2019-11-18 22:15:02 +03:00
|
|
|
Write a function `from(n: Int)` that generates an infinite sequence of
|
2020-10-12 05:53:43 +03:00
|
|
|
integers, starting from n, then n + 1, n + 2, and so on.
|