Textual Comparison Operators

[% # text comparison operators a eq b a ne b a lt b a gt b a le b a ge b a cmp b -%] --EOF--
look inside...
Thus Spake Andy:

...and textual comparison operators... I used to think it was a good idea to blur the difference between math/string comparisons in TT2. With hindsight, I don't think it is. We'll probably add a new comparison operator that works like TT2's == did, but that should probably be the ~~ smart match operator like Perl 5.10 / Perl 6. For now at least, TT3 is like Perl 5.