RosettaCodeData/Task/Repeat/LiveCode/repeat.livecode
2023-07-01 13:44:08 -04:00

7 lines
106 B
Text

rep "answer",3
command rep x,n
repeat n times
do merge("[[x]] [[n]]")
end repeat
end rep