# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #79166] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=79166 >
<masak> rakudo: my $a = *; $a = "foo"; say $a <p6eval> rakudo c548b8: OUTPUT«Whatever()<0x7d4de48>» * masak submits rakudobug jnthn points out that this is how C<($x, *, $y) = 1, 2, 3> works, and that he's not even sure the above is wrong. I'm convinced that it's wrong, and if the spec says it isn't, the spec is wrong too. It must be possible to assign to variables containing a Whatever value.