<xpp> str strrep(str text, int number) </xpp>
Return a string containing text repeated number times.
<xpp> strrep('ab', 3) //returns the text string 'ababab'. </xpp>