- 4
Strings
Some characters can't be directly included in a string. For instance, double quotes can't be directly included in a double quote string; this would cause it to end prematurely. Characters like these must be escaped by placing a backslash before them. Other common characters that must be escaped are newlines and backslashes. Double quotes only need to be escaped in double quote strings, and the same is true for single quote strings. Answer ?!
2 Réponses
+ 3
What's the question at all?
+ 1
I don't get it. what is the question?