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

4 lines
64 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
DEFINE repeat == "" rotate [concat] cons times.
"ha" 5 repeat.