Ricardo Wurmus writes:
> Tirifto writes:
>
>> I was recently looking into Perl 6 and noticed a very neat feature
>> about it: Unicode operators! That is, it makes use of some Unicode
>> symbols to offer alternatives to awkward or verbose ASCII notation.
>> For instance, ‘>=’ and ‘<=’ may just a
Tirifto writes:
> I was recently looking into Perl 6 and noticed a very neat feature
> about it: Unicode operators! That is, it makes use of some Unicode
> symbols to offer alternatives to awkward or verbose ASCII notation.
> For instance, ‘>=’ and ‘<=’ may just as well be written as ‘≥’ and
>