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

7 lines
73 B
Text

#import nat
repeat = ^|DlSL/~& iota
#cast %s
example = repeat('ha',5)