Re: Is < > creating and Array or Parcel ?

2015-08-01 Thread Gabor Szabo
On Fri, Jul 31, 2015 at 4:16 PM, Moritz Lenz wrote: > > > On 07/31/2015 03:02 PM, Gabor Szabo wrote: > >> The following code (with comments) is confusing me. >> Can someone give some explanation please? >> Specifically the difference between >> >> my @x = ; >> > > It's the assignment to the Array

Re: Semicolon form of 'class' without 'unit' seen at ...

2015-08-01 Thread Lloyd Fournier
Hey Gabor, I think unit is short for compunit and just means everything below is in that package (can be module,class,role...). Briefly explained in http://design.perl6.org/S11.html. I think here is best place to add atm: http://docs.perl6.org/language/modules. LL On Thu, Jul 30, 2015 at 10:18