In methods like math.parse and math.eval, when entering the following and the like, an error occurs:
> "This string has an escaped backslash at the end.\\"
SyntaxError: End of string " expected (char 53)
This only seems to happen when the escaped backslash occurs at the end of the string.
In methods like
math.parseandmath.eval, when entering the following and the like, an error occurs:This only seems to happen when the escaped backslash occurs at the end of the string.