# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #78232] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=78232 >
<masak> rakudo: for 1, 2, 3 { .say } <p6eval> rakudo 2ee5db: OUTPUT«123» <masak> rakudo: for 1, 2, 3 { sub foo {}; .say } <p6eval> rakudo 2ee5db: ( no output ) <masak> o.O * masak submits rakudobug <masak> rakudo: for 1, 2, 3 { sub foo {}; .say }; say "alive" <p6eval> rakudo 2ee5db: OUTPUT«alive» <jnthn> ...wtf... <masak> yeah. not funny. <masak> please don't do that. <jnthn> unlol