Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Transcript show: (7.125 printPaddedWith: $0 to: 3.6); cr.
|
||||
"output: 007.125000"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
(7.123 asFixedPoint:3) printOn: Transcript leftPaddedTo: 9 with: $0
|
||||
"output: 00007.125"
|
||||
|
|
@ -0,0 +1 @@
|
|||
PrintfScanf new printf:'%08.3f' arguments: { 7.125 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue