Help for this page

Select Code to Download


  1. or download this
    for @arr {
          say ( .map: {.fmt: "%7.1f\t"} ).join
    }
    
  2. or download this
    for @arr {
        say ($_>>.fmt: "%7.1f\t" ).join
    }