12 lines
101 B
Plaintext
12 lines
101 B
Plaintext
|
|
|
|
###
|
|
### show-example-2
|
|
###
|
|
|
|
## Chapter 6 section 2.2
|
|
|
|
use Stream 'upto', 'show';
|
|
|
|
show(upto(3,6));
|