# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60780] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60780 >
<masak> rakudo: for 1..5 -> $a, $b { say $a, $b } <p6eval> rakudo 33137: OUTPUT[1234StopIterationcurrent instr.: '_block11' pc 78 (EVAL_15:29)] I haven't searched the specs or the tests for what should happen, but I'm pretty sure this shouldn't throw an exception.