String single_quote_s = "'";
char double_quote_c = '"';

String double_quote_s = "\"";
char single_quote_c = '\'';