3 lines
76 B
Smalltalk
3 lines
76 B
Smalltalk
(10 to: 0 by: -2),#(99 999),(1 to: 9 by: 2) do:[:each |
|
|
each displayNl.
|
|
]
|