> @@ -260,6 +260,11 @@
> @evens = ($_ * 2 if .odd for 0..100);
>
> Loop modifiers C, C, and C also work as in Perl5.
> +However, the labelled forms use method call syntax: C, etc.
> +The C<.next> and C<.last> methods take an optional argument giving
> +the final value of that loop iteration.
Author: larry
Date: Fri Dec 7 15:26:16 2007
New Revision: 14472
Modified:
doc/trunk/design/syn/S04.pod
Log:
Some clarification of break semantics requested by dataweaver++
Generalize next, last, and break to use LABEL.leave($retval) syntax.
Modified: doc/trunk/design/syn/S04.pod
===