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

3 lines
89 B
Smalltalk
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
(7.123 asFixedPoint:3) printOn: Transcript leftPaddedTo: 9 with: $0
"output: 00007.125"