Re: RFC 231 (v1) Data: Multi-dimensional arrays/hashes and slices
[email protected] (Karl Glazebrook) Sat, 30 Sep 2000 10:14:03 -0400
| Newsgroups | perl.perl6.language.data |
|---|---|
| Organization | Dept. of Physics & Astronomy, Johns Hopkins University |
| Message-ID | <[email protected]> |
get rid of them all!! Ilya Zakharevich wrote: > > On Thu, Sep 28, 2000 at 11:39:51AM -0400, Karl Glazebrook wrote: > > > > so what is wrong with the statement '@y = 3*@x;' then ? > > > > > > That other constructs *also* create an array context, in which the > > > behaviour of multiplication you propose is not appropriate. > > > > for example? > > A prototypeless-function call. > > Ilya