RosettaCodeData/Task/Repeat-a-string/DWScript/repeat-a-string-1.dw
2023-07-01 13:44:08 -04:00

1 line
36 B
Text

PrintLn( StringOfString('abc',5) );