Repeat
This function can repeat a string any number of times and compile it into an appropriately lengthened string. For example, the string "ABC" can be repeated 3 times, resulting in the string "ABCABCABC".
This function can repeat a string any number of times and compile it into an appropriately lengthened string. For example, the string "ABC" can be repeated 3 times, resulting in the string "ABCABCABC".