It does indeed have that already.
use v6; class test { has $.Property; } my $testing = new test; $testing.Property = 5; $testing.Property.say;
I beleive that it actualy uses a Proxy object with lvalue attributes, but don't quote me on that. ;)
In reply to Re^6: Tim O'Reilly on Perl
by eric256
in thread Tim O'Reilly on Perl
by fauria
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |