String Literals

string-literal :
"s-char-sequence opt"
L"s-char-sequence opt"

s-char-sequence :
s-char
s-char-sequence s-char

s-char :
any member of the source character set except the double-quote
quotation mark ("), backslash (\), or newline character
escape-sequence