Help for this page

Select Code to Download


  1. or download this
        my @@x;
        @@x <==  %hash.keys.grep: {/^\d+$/};
    ...
        @@x <== gather { loop { take rand 100 } };
    
        @array{@@x}
    
  2. or download this
        0..*       ==>  @@foo;
        'a'..*     ==>> @@foo;
    ...
            [4,'e',5]
            [5,'f',9]
            ...