# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #86340] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=86340 >
<masak> rakudo: my ($a, $b, $c); $c = 42; [=] $a, $b, $c; say ($a, $b, $c).join("|") <p6eval> rakudo e3bd9a: OUTPUT«Any()|Any()|42» <masak> huh. <masak> that isn't what I expected... <masak> std: my ($a, $b, $c); [=] $a, $b, $c <p6eval> std 4608239: OUTPUT«[31m===[0mSORRY![31m===[0mCan't reduce with = because list assignment operators are too fiddly [...] Check failedFAILED 00:01 124m» <masak> ah. it should give a "too fiddly" error. * masak submits rakudobug