RosettaCodeData/Task/Repeat-a-string/Lingo/repeat-a-string-2.lingo
2023-07-01 13:44:08 -04:00

2 lines
33 B
Text

put rep("ha", 5)
-- "hahahahaha"