Files
devops/perl/Examples/Chap6/show-example-2
2025-09-17 16:08:16 +08:00

12 lines
101 B
Plaintext

###
### show-example-2
###
## Chapter 6 section 2.2
use Stream 'upto', 'show';
show(upto(3,6));