Re: New variable type: matrix

[email protected] (Dan Sugalski) Tue, 29 Aug 2000 20:01:24 -0400 (EDT)
Newsgroups perl.perl6.language.data
Message-ID <[email protected]>
On Wed, 30 Aug 2000, Christian Soeller wrote:

> A second related question: would I be able to return a list of arrays
> from a function, e.g.
> 
>   (@fit,@corr) = fitit @x, @y;
> 
> How could I find out if the user wants just one array or two?

If this feature goes in, there'll be some sort of way to figure it
out. Damian's got an extended context RFC--odds are that it or something
like it would be used.

					Dan