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

3 lines
89 B
Smalltalk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(7.123 asFixedPoint:3) printOn: Transcript leftPaddedTo: 9 with: $0
"output: 00007.125"