Table of Contents

Synopsis:

$repeat(<count> <text>)

Returns:

input string repeated count times

Examples:

$repeat(5 hello)                   returns "hellohellohellohellohello"
$repeat(5  )                       returns "     "  (spaces)