Help for this page

Select Code to Download


  1. or download this
    class C {
        has $.attr;
    ...
    C.new.say; C.new( attr => 666 );
    # 42
    # 666