|
Perl 6
WITCH rpointy: Revision 4
Mnemonicsarrowhead, greater than, sideways V for "values" Used alone> as 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. Other uses>> can be used as a "Texas Quote", a substitute for ยป in environments where unicode source code is undesireable Old, deprecated, or other language uses>> is bitwise shift in many languages including perl5. That is now +>, ~>, or ?> |