RosettaCodeData/Task/Repeat-a-string/Sidef/repeat-a-string.sidef

2 lines
30 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
'ha' * 5; # ==> 'hahahahaha'