Help for this page

Select Code to Download


  1. or download this
    my @blocks := (0..*).map: -> $n { -> $x, $y { $x * $y * $n } };
    
  2. or download this
    > my @blocks := (0..*).map: -> $n { -> $x, $y { $x * $y * $n } }; 1;
    1