Describe the bug
\n and \" in strings are taken as their literal values
Reproduction Steps
Scriptname BackSlashTest extends Quest
Event OnInit()
Debug.Trace( "This is a \"Test\" \nWith a new Line! ")
EndEvent
Expected Behavior
This is a "Test"
With a new Line!
Current Behavior
This is a "Test" \nWith a new Line!
Additional Information/Context
No response
Compiler version
Release V 0.0.4 - 2026.03.15
Environment details (OS name and version, etc.)
Linux
Describe the bug
\n and \" in strings are taken as their literal values
Reproduction Steps
Scriptname BackSlashTest extends Quest
Expected Behavior
This is a "Test"
With a new Line!
Current Behavior
This is a "Test" \nWith a new Line!
Additional Information/Context
No response
Compiler version
Release V 0.0.4 - 2026.03.15
Environment details (OS name and version, etc.)
Linux