Name of your command: REPEAT Description of what the command does: 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. Sample input/output: Input: REPEAT "ha" 3 "_" 1 "lol" 2 Output: "hahaha lollol"