On Sat, Jan 18, 2020, 3:39 PM ToddAndMargo via perl6-users <
perl6-us...@perl.org> wrote:

>
> 4)  infix:<+> means you can call it as a sub that
>      gives you back the wrong answer.
>
>          $c = +($a, $b)
>          $c = +^($a, $b)
>

You left off the infix:<> part of the sub's name.

Reply via email to