Why does adding a backslash at the end of a line prevent a newline?
I recently learned that if you have a string with multiple lines and you place a backslash at the end of any line, it cancels out the effect of the newline.
Why does adding a backslash at the end of a line prevent a newline?
I recently learned that if you have a string with multiple lines and you place a backslash at the end of any line, it cancels out the effect of the newline.