RosettaCodeData/Task/Repeat-a-string/Monte/repeat-a-string.monte

3 lines
30 B
Plaintext

var s := "ha " * 5
traceln(s)