# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #83420]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=83420 >
rakudo: (say "OH HAI" if $_ > 4 for 1, 2, 3) or say "empty!"
rakudo 924242: OUTPUT«emp
Am 04.02.2011 05:04, schrieb Solomon Foster (via RT):
# New Ticket Created by Solomon Foster
# Please include the string: [perl #83356]
# in the subject line of all future correspondence about this issue.
#http://rt.perl.org/rt3/Ticket/Display.html?id=83356>
If I have this:
class A {
# New Ticket Created by Solomon Foster
# Please include the string: [perl #83356]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=83356 >
If I have this:
class A {
multi sub infix:<+>(A $a, A $b) is export { say
# New Ticket Created by Solomon Foster
# Please include the string: [perl #83354]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=83354 >
A.pm:
class A {
has $.a;
multi sub infix:<+>(A $x, A $y) is export {