I think this question may be fairly evident from the title alone: I am a C# developer who often uses @
before a string literal to make it more readable (e.g. string drive = @"C:\"
)
I am in the process of scripting out a lot of my processes (using the wonderful V8 for .Net) and I am wondering whether there's a similar feature in JavaScript?