3.3 String constants
---------------------
As in C, string constants are surrounded by double quotes ("). Special
character strings in lines are written the same way as in character
constants. All special characters have the same value as character
constants with the exception of \n, which means "new line" and is replaced
by the character pair "carriage return" and "line feed".
Currently a string constant can be up to 2048 characters including the
character limiter 0, or a maximum of 2047 distinguishing characters.