v75 compiler breaks 1.69 code
pscythe
Member Posts: 116
This string "/\/\" worked fine with v74 compiler but the v75 won't accept it as it sees as an unterminated string due to the new \" escapes. But "/\/\\" doesn't work either, as it doesn't understand "\\" escapes. So how does one get a '\' to be the last character in a string without resolving to string manipulation code?
I could get "/\/\ " to compile due to the extra space but what \ escape codes does the compiler understand?
I could get "/\/\ " to compile due to the extra space but what \ escape codes does the compiler understand?
0
Comments
* Script Compiler: We now allow escaping backslashes (“\\”).