I think I have a problem understanding compounded double-quotes. I am writing an incorrect code on purpose to show what I need:
That is, I need to pass to a local macro called `is_foreign' the string enclosed in the parentheses {..} exactly as it is, including the _`n' and the quotation marks. I tried following the user manual and several existing posts, but I wasn't able to achieve my goal. Is anyone able to help?
Code:
local is_foreign {nationality_`n'!="US" & nationality_`n'!="Puerto Rico" & nationality_`n'!=""}
Comment