RosettaCodeData/Task/Repeat-a-string/Phix/repeat-a-string.phix

3 lines
40 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
?repeat('*',5)
?join(repeat("ha",5),"")