RosettaCodeData/Task/Repeat-a-string/BaCon/repeat-a-string-1.bacon

5 lines
43 B
Plaintext

DOTIMES 5
s$ = s$ & "ha"
DONE
PRINT s$