A function that can be used in Formulas.
abs#
v#
abs
a# = abs# ({ -1, 5.5, 0, -456.789 })
writeInfoLine: a#
=>
1 5.5 0 456.789
© Paul Boersma 2023