On 08/02/2015 02:35 PM, Lloyd Fournier wrote: > @a = $z[0].list > > or in a less documented way: > > @a = $z[0]<> > > The idea is that you can store an array in ether a @ or $ variable. > Where as in perl5 you could only store a reference in $ variable. The > sigil simply tells perl6 how it should behave in a given context. > > > LL
Please note that the <> was a recent experiment that is going away soon, during the Great List Revisit/Refactor - Timo