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

3 lines
40 B
Plaintext

?repeat('*',5)
?join(repeat("ha",5),"")