REPEAT REPEAT takes an arbitrary number of pairs of Strings and integers and creates one large string with each string repeated the number of times indicated by the following integer. Input: REPEAT "ha" 3 "_" 1 "lol" 2 Output: "hahaha lollol"