On Mon, 2011-09-26 at 11:23 -0500, Justin M Wozniak wrote: > string v = "hi"; > string u = "{v}"; > > results in: > > Execution failed: > Variable not found: v The compiler should escape "{" I think.