Help for this page

Select Code to Download


  1. or download this
    my MetaClass $dog_class = MetaClass.new(name => "Dog", repr => "p9opag
    +ue");
    
  2. or download this
    
    sub add_attributes (MetaClass ^class, Int $defval) { 
    ...
         has Int $.d;
         add_attributes(?CLASS, 5); 
    }
    
  3. or download this
    my ^Class;
    ^Class = create_low_level_instance(
    ...
    });
    
    # go about building the rest of Class here