2 lines
53 B
Smalltalk
2 lines
53 B
Smalltalk
|
|
PrintfScanf new printf:'%08.3f' arguments: { 7.125 }
|