Maybe I missed it... but what is the relationship of (Perl 5) attributes
and Perl 6 properties?

        my $answer : constant  = 42;
        my $answer is constant = 42;

        my sub ... dang, no lexical subs, but can we please have them
        in Perl6? :-)
        
        sub terfuge : locked  { ... }
        sub terfuge is locked { ... }

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to