RosettaCodeData/Task/Repeat-a-string/Phix/repeat-a-string.phix
2016-12-05 23:44:36 +01:00

2 lines
40 B
Text

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