# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #63760] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63760 >
<masak> rakudo: loop { say "OH HAI"; last } while 1 <p6eval> rakudo 95ce39: OUTPUT«OH HAI [...] <masak> moritz_: why does it do that? <moritz_> I thinks that the statement is ended after the } <moritz_> then tries to parse the while as a loop <moritz_> fails <moritz_> then parses it as a sub call <masak> moritz_: that's just wrong. <moritz_> it is. * masak submits rakudobug