$repeat(<count> <text>)
input string repeated count times
$repeat(5 hello) returns "hellohellohellohellohello" $repeat(5 ) returns " " (spaces)