# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76444] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76444 >
<masak> rakudo: say (my $a) = 1,2,3; say $a # discovered by TimToady++ <p6eval> rakudo 692aa1: OUTPUT«Any()» <masak> did it ever get reported? <jnthn> rakudo: say ((my $a) = 1,2,3); <p6eval> rakudo 692aa1: OUTPUT«1 2 3» <jnthn> rakudo: (say (my $a)) = 1,2,3; <p6eval> rakudo 692aa1: OUTPUT«Any()» <masak> ah. <jnthn> It's only a bug if it's not meant to have parsed as the second of those. * masak asks viv <masak> viv puts the 'say' outermost. http://gist.github.com/470719 * masak submits rakudobug