Re: attributes initialisation

2009-05-18 Thread Moritz Lenz
Hi, Илья wrote: > Hi, > no one answered at #perl6, so I sending this question in list: > > ihrd: I have question about attr initialization > ihrd: if I have two attr with same name > ihrd: like @.args and %.args > ihrd: and instance object, like .new(args => {foo => 1}), rakudo init both > attr

Re: attributes initialisation

2009-05-17 Thread Carl Mäsak
Илья (>): > no one answered at #perl6, so I sending this question in list: > > ihrd: I have question about attr initialization > ihrd: if I have two attr with same name > ihrd: like @.args and %.args > ihrd: and instance object, like .new(args => {foo => 1}), rakudo init both > attr > ihrd: and qu

attributes initialisation

2009-05-17 Thread Илья
Hi, no one answered at #perl6, so I sending this question in list: ihrd: I have question about attr initialization ihrd: if I have two attr with same name ihrd: like @.args and %.args ihrd: and instance object, like .new(args => {foo => 1}), rakudo init both attr ihrd: and question is, how this is