for @arr -> @inner { for @inner -> $_ { print .fmt("%7.1f\t"); } put(); # use the value of $*OUT.nl-out } ... for [Z+] @arr { print .fmt("%7.1f\t"); LAST put(); } }