blob: bebad94c4ee45731aedfbbc9296cd22085a8653a [file] [log] [blame]
// The normal string syntax
string a = "C:\\";
// is equivalent to a verbatim string
string b = @"C:\";