Re: Read access to class-scope variables from the class scope

2009-01-14 Thread Larry Wall
: variables in Perl 6, and I just wanted to get confirmation that this : should in fact work in Perl 6. I don't see read access to class-scope : variables from the same class scope addressed in the specification. I suspect if we make self mean the SomeClass protoobject within the class closure but outside

Read access to class-scope variables from the class scope

2009-01-12 Thread Carl Mäsak
. I don't see read access to class-scope variables from the same class scope addressed in the specification. // Carl