Hi All,

Thank you all for the wonderful help on this.

What I am still confused about is how to
read these silly definition lines:

       multi sub infix:<+>($a, $b --> Numeric:D)
       multi sub infix:<+^>($a, $b --> Int:D)

How exactly does the above tell me to do this?

      $c = $a +  $b
      $c = $a +^ $b

I figured I'd start with addition and work my
way up.

Many thanks,
-T

Reply via email to