Air mass: Difference between revisions

264 bytes added ,  3 years ago
m
→‎{{header|REXX}}: added a foot separator line (for the output).
m (→‎{{header|Raku}}: use all the cores)
m (→‎{{header|REXX}}: added a foot separator line (for the output).)
Line 490:
say center(j, 5)'│'right( format(am0, , 8), w-10)y right( format(amht, , 8), w-10)y
end /*j*/
 
say '─────┴'copies(center("", w, '─'), 2)'─'
exit 0 /*stick a fork in it, we're all done. */
/*──────────────────────────────────────────────────────────────────────────────────────*/
Line 547 ⟶ 549:
85 │ 10.07896219 10.08115981
90 │ 34.32981136 34.36666557
─────┴─────────────────────────────────────────────────────────────
</pre>