RosettaCodeData/Task/Repeat-a-string/Smalltalk/repeat-a-string-2.st

2 lines
48 B
Smalltalk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
((1 to: n) collect: [:x | 'ha']) joinUsing: ''.