1 line
48 B
Smalltalk
1 line
48 B
Smalltalk
#( 1 2.0 'three') do: [:each | each displayNl].
|
#( 1 2.0 'three') do: [:each | each displayNl].
|