[perl #82974] our multi sub infix:<+> in class definition hides core's infix:<+> functions

2011-01-30 Thread via RT
# New Ticket Created by Solomon Foster # Please include the string: [perl #82974] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=82974 > colomon: rakudo: class A { has $.a; method blue($n) { say $.a + $n; }; our multi sub i

infix functions

2000-08-25 Thread David L. Nicol
Jarkko Hietaniemi wrote: > " e q " that breaks our long and glorious tradition of splitting tokens on whitespace. How about e_q for this one? > That is, an operator that ignores any leading, any trailing, and treats > all intraspace as equivalent. If the embedded space is confusing,