-
Alternative to “\r”
I’m working on a script that adds an expression to the source text which includes several instances of “\r”. Unfortunately, this causes a line break in the expression code itself (omitting the actual “\r”).
Is there an alternative way to write “\r”? (similar to “&” in html)