RosettaCodeData/Task/Repeat-a-string/Euphoria/repeat-a-string-2.euphoria

4 lines
34 B
Plaintext

sequence s = repeat('*',5)
*****