4 lines
73 B
Smalltalk
4 lines
73 B
Smalltalk
|
|
ws := '' writeStream.
|
||
|
|
n timesRepeat: [ws nextPutAll: 'ha'].
|
||
|
|
ws contents.
|