Skip to content
New issue

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

Statement/loop labels #1145

Closed
p6rt opened this issue Jul 17, 2009 · 4 comments
Closed

Statement/loop labels #1145

p6rt opened this issue Jul 17, 2009 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jul 17, 2009

Migrated from rt.perl.org#67660 (status was 'resolved')

Searchable as RT67660$

@p6rt
Copy link
Author

p6rt commented Jul 17, 2009

From minimiscience@gmail.com

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.

@p6rt
Copy link
Author

p6rt commented Jul 28, 2010

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jun 3, 2014

From @FROGGS

Labels are supported since 2014.05

@p6rt
Copy link
Author

p6rt commented Jun 3, 2014

@FROGGS - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Jun 3, 2014
@p6rt p6rt added the Todo label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant