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.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 | |
by ABCXYZ (Novice) on Dec 23, 2012 at 03:23 UTC |