# New Ticket Created by Patrick R. Michaud
# Please include the string: [perl #123728]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=123728 >
Some Perl 6 module writers have been putting nqp:: calls into their code, as
the s
I added a tests to S04-statements/for.t with commit
https://github.com/perl6/roast/commit/b4b8ab1cf2
I'm closing this ticket now.
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #123731]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=123731 >
m: for ^5 { .say; NEXT { last } }
rakudo-moar 613c0b: OUTPUT«01234»
bug?
* masak
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #123732]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=123732 >
m: for ^5 { .say; NEXT { return } }
rakudo-moar 613c0b: OUTPUT«01234»
that last o