(padded-total) ( row col -- str n format )


Vocabulary
benchmark.pidigits

Inputs
rowan object
colan object


Outputs
stran object
nan object
formatan object


Definition


:: (padded-total) ( row col -- str n format )
"" row col + "%" "s\t:%d\n" 10 col - number>string glue ;