RosettaCodeData/Task/Repeat-a-string/Joy/repeat-a-string.joy

4 lines
64 B
Plaintext

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