Hello everyone,
if I want to parse the following string to expression
s = "Z = A + 1"
where A represents a variable defined elsewhere in the code, then how can I prevent interpolation when I pass this string to Meta.parse()
?
s = "Z = \$A + 1"
won’t work …
10 posts - 2 participants