// tests the order in which strings, single line comments, 
// and multi line comments are removed
String r = "///*"; // /*;
