|
Perl 6
WITCH rpointy: Revision 1
Mnemonicsarrowhead, greater than, sideways V for "values" Used aloneas an infix operator performs a comparison Used as a brace pair or quote pairSee < left pointy Operators containing this character= is also a comparison. Note this means there is no assignment mutation.
~> +> and ?> left bitwise shifts Other usescan be used as a "Texas Quote", a substitute for ยป in environments where unicode source code is undesireable Old, deprecated, or other language usesis bitwise shift in many languages including perl5. That is now +>, ~>, or ?> |