Re: will be a computed goto in perl 6

2008-01-07 Thread Larry Wall
max.

Re: will be a computed goto in perl 6

2008-01-07 Thread Larry Wall
On Mon, Jan 07, 2008 at 08:22:34PM +0100, herbert breunung wrote: > if we take TimTowtdi strictly, the anser would be yes :) Just as in Perl 5, you can say "goto $label", with no guarantees on efficiency. > sorry for nagging but my question about existence of ($min, $max) = > @array.minmax also

will be a computed goto in perl 6

2008-01-07 Thread herbert breunung
if we take TimTowtdi strictly, the anser would be yes :) sorry for nagging but my question about existence of ($min, $max) = @array.minmax also seems vaporized. cheers herbert