Syntax: RPT(string,count)Defn: A CI evaluator function that repeats a string (in forward or reverse order) a specified number of times.Type: StringExample: rpt('aBc',3)Result: aBcaBcaBcExample: rpt('aBc',-3)Result: cBacBacBa