If the first part of code has a \t does that mean whatever is following the t has to end on the 8th space?
Such as ("\tHello");
Would you space over 3 times then type Hello?
No, if the code begins with \t then whatever is following it would START after the 8th space.
would output, "(8 spaces)Hello"
Hope this helps.