Charles wrote:One nice thing about a special token is that it immediately signals what's going on. The other nice thing about triple quotes is that you don't have to escape single instances of quotes inside the string such as when writing the word don't or quoting something.
Hmm...I can buy the first reason if you are looking at in plain text without highlighting and were unfamiliar with this syntax/convention, but I think the indentation and the way it lends itself to natural blocking would go a long way in this regard. I mean, type inference doesn't immediately signal what's going on but I still dig it.
The second reason is a bit more compelling, but I now associate triple quotes with documentation and my brain might short-circuit seeing doc strings that weren't immediately following a box declaration!