Hello, I don't know if it's intended behavior but it doesn't seem like it. It's impossible to escape a symbol like " inside a string right now.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- General
Steps To Reproduce
Try to compile a script with something like this
string test = "\"";
It'll return a parser error.