char anInitial = 'a'; char firstLetter = 'a', secondLetter = 'B';
string aString = "String with a \"", bstring; bstring = "a string with a \'";