Added in 1.9.0

$str(text,N)

Returns text repeated N times.

The repeated text can be no longer than 4151 characters.

Example

;Prints 'testtesttesttest'

//echo -ag $str(test, 4)