Perl 6 An Introduction to Perl 6 #16

Junctions

A junction is a single value that is equivalent to multiple values.

(1|2|3) + 4              # 5|6|7
continued...
Copyright © 2008 Patrick Michaud