RosettaCodeData/Task/Formatted-numeric-output/Smalltalk/formatted-numeric-output-1.st

3 lines
79 B
Smalltalk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Transcript show: (7.125 printPaddedWith: $0 to: 3.6); cr.
"output: 007.125000"