Re symbols and new syntax: I think there's plans for the backtick ` with the quasis strawman. The @ symbol reminds me of the c# string escape symbol: var x = @"hello \n world"; And leads on to thinking about python strings: """, r", b" etc. It's probably been discussed - but any possibility of multi-line, escaped, raw strings etc in Harmony? --