The F&Q page https://www.stata.com/support/faqs/p...es-and-macros/ states that two consecutive backslashes collapse into a single backslash character. I am unable to reproduce the results shown in this link. When I enter the commands
Stata returns the string "[\\\]"
Code:
local x3 "\\\" di "[`x3']"
Comment