I saw the following line of sourcecode:
string input = @"the quick brown fox jumped over the lazy dog";
What is the purpose of the '@' above? I tried running with and without and
get seemingly same results. Anyone know?
string input = @"the quick brown fox jumped over the lazy dog";
What is the purpose of the '@' above? I tried running with and without and
get seemingly same results. Anyone know?
Comment