RosettaCodeData/Task/Repeat-a-string/PARI-GP/repeat-a-string-2.pari
2015-02-20 00:35:01 -05:00

1 line
36 B
Text

repeat(s,n)=concat(vector(n,i, s));