in reply to Re: Perl 6 - Operator renaming
in thread Perl 6 - Operator renaming

In those languages you must do somthebg like int($a) + int($b) if you have read the numbers from a file, in Perl you can add them whitout telling them to be numbers first. It also means there must be a diffrent concat operator.