I have some text in a .txt file, and I want to print this text ten times. Wich one of these two methods would be faster?:
1) Reading the text file into a variable and print this variable ten times
2) Make include "file.txt" ten times
Try it and see.