String constants

<< Click to Display Table of Contents >>

Navigation:  Reference >

String constants

Like many languages, a string constant is simply a sequence of characters bracketed with the double-quote character ("). If you need to include a double-quote inside your string, you can use the backslash character to escape the quote.

"This is a string containing an embedded \" double-quote"