# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #62472]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62472 >
<masak> rakudo: if 5 > my $a = 4 { say $a }
<p6eval> rakudo 35707: OUTPUT«Unable to set lvalue on PAST::Val node [...]
<masak> it works if I use parens, but what does that error mean?
<jnthn> Hmm.
<jnthn> masak: What's the next line down in the backtrace?
<masak> called from Sub 'parrot;PAST;Compiler;as_post' pc 4013
(src/PAST/Compiler.pir:986)
<jnthn> Ah, damm. It's failed in the PAST->POST.
* masak submits rakudobug