in reply to Re^2: How to change these small one-liners into Perl6 code?
in thread How to change these small one-liners into Perl6 code?

>> 1. For some reason, Rakudo does not recognize the "LOOP:" construct, I just can't use "goto LOOP" to jump to a label.

>loop is a control keyword in perl6 replacing c-style For Loops, IIRC to avoid the confusion with Foreach Loops.
>You can't use a keyword as a label.

But I was using "LOOP:" instead of "loop", the interpreter should have distinguished them.

Replies are listed 'Best First'.
Re^4: How to change these small one-liners into Perl6 code?
by LanX (Saint) on Dec 23, 2012 at 02:21 UTC
    oops sorry, no idea!

    the perl6 wizards are certainly soon back!

    (x-mas is a very symbolic date for them ;-)

    Cheers Rolf

      It's fine. Thank you all the same!