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

4 lines
34 B
Elixir

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