# New Ticket Created by  Minimiscience 
# Please include the string:  [perl #67660]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=67660 >


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.

Reply via email to