does anyone know if there's a way i can comment out a bracket
in a swift string?
for example something like this:
string cmdstr = "\{";
trace(cmdstr);
produces:
Could not compile SwiftScript source: line 15:27: unexpected
char: '{'
not sure if it's a bug or i'm just missing something really
simple here :)
~sk