Help for this page

Select Code to Download


  1. or download this
    class A {
        has Str $.x ;
    ...
    }
    
    A.new(x =>'hello').test;
    
  2. or download this
    class A {
        has Str $.x ;
    ...
    }
    
    A.new;