"\"Hello\"", 2 The above doesn't parse because it assumes the escaped quotations doesn't terminate the string.
""Hello"", 2
The above doesn't parse because it assumes the escaped quotations doesn't terminate the string.