8.6.10.1 String Constants

String constants consist of 0 to 255 characters enclosed in quotation marks. To include a quotation mark within a string constant, write it as two quotation marks. Here are two examples of string constants:

"just another string"

"""Look"", he said, ""another string"""