We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrated from rt.perl.org#67660 (status was 'resolved')
Searchable as RT67660$
The text was updated successfully, but these errors were encountered:
Rakudo is unable to parse the following program. It runs correctly if the "loopBlock" label is removed and the "next loopBlock" becomes simply "next".
#!/usr/bin/env perl6 use v6;
loopBlock: for ^10 { next loopBlock if $_ % 2; .say; }
This problem was observed on Rakudo Perl #18 ("Pittsburgh") with revision 39599 of Parrot on Mac OS X 10.5.6.
Sorry, something went wrong.
@coke - Status changed from 'new' to 'open'
Labels are supported since 2014.05
@FROGGS - Status changed from 'open' to 'resolved'
No branches or pull requests
Migrated from rt.perl.org#67660 (status was 'resolved')
Searchable as RT67660$
The text was updated successfully, but these errors were encountered: