Reduction operators (pairwise infix)
Any infix operator can be surrounded by brackets to turn it into a "reducing" list operator:
Perl 6:
[+] 1, 2, 3 # 1 + 2 + 3 == 6continued...
Perl 6 | An Introduction to Perl 6 | #18 |
Any infix operator can be surrounded by brackets to turn it into a "reducing" list operator:
Perl 6:
[+] 1, 2, 3 # 1 + 2 + 3 == 6continued...
Copyright © 2008 Patrick Michaud |