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 seems vaporized.

We currently have a minmax infix list operator.  We haven't defined
a method yet.

    ($min, $max) = [minmax] @array

might do what you want, if minmax treats a scalar as both a min and a

Larry

Reply via email to