string()
string
has two parameters, a number
n
and a text. It repeats the text
n
times.
string(3; "Run! ") - return "Run! Run! Run! ".