4 lines
79 B
Smalltalk
4 lines
79 B
Smalltalk
10 to: 1 by: -1 do:[:aNumber |
|
|
aNumber display.
|
|
Character space display.
|
|
]
|