RosettaCodeData/Task/Repeat-a-string/Suneido/repeat-a-string.suneido
2023-07-01 13:44:08 -04:00

2 lines
62 B
Text

'ha'.Repeat(5) --> "hahahahaha"
'*'.Repeat(5) --> "*****"