Re: RFC 82 (v3) Arrays: Apply operators element-wise in a list context
[email protected] (Nathan Torkington) Sat, 9 Sep 2000 16:34:04 -0600 (MDT)
| Newsgroups | perl.perl6.language.data |
|---|---|
| Message-ID | <[email protected]> |
Jeremy Howard writes: > > @a = @b || @c; # @a=@b or @a=@c; # ish > Doesn't work in P5 (try it!) I know it doesn't, and I'm saying (yet again) that I'd like it to work in perl6. Nat