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

3 lines
64 B
Text

DEFINE repeat == "" rotate [concat] cons times.
"ha" 5 repeat.