String constants
A string constant is an arbitrary sequence of characters that are enclosed in single quotation marks (' ').
For example, 'This is a string'. You can embed single quotation marks in strings by typing two adjacent single quotation marks.
If you have two string constants that are separated only by white space with at least one newline, the system concatenates them and effectively treats them as if the strings are written as one constant.