company logo

string constant

String constants must be enclosed in single (') or double (") quotes. When a string itself contains quote characters, those must be preceded by an '\'. Since some environments support only double quotes, while others support only single quotes, ODABA is supporting both.

'string type 1'

"string type 2"

"string contains \" characters"

Generalisations:  constant