FORMnum
width
precision
Outputs a word containing a printable representation of num
, possibly preceded by spaces (and therefore not a number for purposes of performing arithmetic operations).
The output has at least width
characters, including exactly precision
digits after the decimal point.
If precision
is 0 then there is no decimal point in the output.
SHOW FORM 123.1 10 10
123.1000000000