4 lines
137 B
Text
4 lines
137 B
Text
to zpad :num :width :precision
|
|
output map [ifelse ? = "| | ["0] [?]] form :num :width :precision
|
|
end
|
|
print zpad 7.125 9 3 ; 00007.125
|