.DT
repeat_string
$MUDNAME$ driver help
repeat_string
.SH Name
.SI 5
repeat_string() - repeat a string a specified number of times
.EI
.SH Syntax
.SI 5
string repeat_string( string str, int n );
.EI
.SH Description
.SP 5 5
repeat_string() returns a string that consists of `str'
repeated `n' times. So repeat_string("foo", 3) would return "foofoofoo".
.EP
.SH See also
.SI 5
.EI