It repeats your entire input text a chosen number of times, with each repetition placed on its own line.
You can set the repeat count from 1 up to 1000.
Yes, each repetition of your text is placed on a new line in the output.
Yes, whatever you enter as input, including multiple lines, will be repeated as a whole block the number of times you specify.
It is commonly used for generating test data, filler content, or simply repeating a phrase or block of text multiple times quickly.