Currently, our strings have no escaped characters. We also allow strings to have custom delimiters like:
delim" string text "delim
We should change it so that strings with no custom delimiters have the traditional escaped characters and strings with custom delimiters are verbatim.
Currently, our strings have no escaped characters. We also allow strings to have custom delimiters like:
delim" string text "delim
We should change it so that strings with no custom delimiters have the traditional escaped characters and strings with custom delimiters are verbatim.