Help for this page

Select Code to Download


  1. or download this
    use v6;
    
    ...
    say "=======\t" x @arr[0].elems;
    say ( (0..@arr[0].end).map: {@arr[*; $_].sum.fmt("%7.1f\t")} ).join;
    #say ( ([Z] @arr).map: { .sum.fmt("%7.1f\t") } ).join;