RosettaCodeData/Task/Repeat-a-string/Lingo/repeat-a-string-2.lingo
2016-12-05 23:44:36 +01:00

2 lines
33 B
Text

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