2 lines
34 B
Smalltalk
2 lines
34 B
Smalltalk
|
|
#( 1 2.0 'three') do: #displayNl.
|
|
|
#( 1 2.0 'three') do: #displayNl.
|