String Literals
String literals are enclosed in quotation markes '"'...'"' and can be used where ever an array of characters is allowed. The ASCII constant escaping noted under, `Unnamed Constants,' applies to each character within the string literal.
Note that a string literal terminates with the first NUL characters (0x00).
Parent topic: Constants