# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #65962]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65962 >


<TimToady> rakudo: loop (my $a = 1, my $b = 2; $a < 5; $a++, $b++) {
say "$a $b" }
<p6eval> rakudo 23718a: OUTPUT«Unable to set lvalue on PAST::Val node [...]
<TimToady> that oughta work
* masak reports rakudobug
<TimToady> it's not because rakudo is parsing it as a list assignment
<TimToady> (a known bug, iirc)
* masak searches
<masak> nope, a cursort glance at a search for 'loop' & queue=perl6
does not yield anything substantial. reporting just in case.
<masak> rakudo: loop (my $a = 1, my $b = 2;0;) { say "$a $b" }
<p6eval> rakudo 23718a: OUTPUT«Unable to set lvalue on PAST::Val node [...]

Reply via email to