"include", "or", "interpolate"
| as a prefix coerces to a Capture which is useful for argument list interpolation (also see here)
| between items creates an any junction
~| and +| and ?| A bitwise inclusive or
|| A tight short circuit inclusive or
| splits lists of Alternatives
|| does the same but behaves closer to what | did in perl5
| in a Signature can grab arguments in their raw Capture form
| is a vertical line in POD tables
$| is the autoflush default in perl5