
6 Jun
2011
6 Jun
'11
5:51 p.m.
On 11-06-06 01:34 PM, Daniel Fischer wrote:
On Montag, 6. Juni 2011, 19:08, Albert Y. C. Lai wrote:
Recall that the problem is not with isolated characters, but whole strings.
"-- a" is a comment, "--a" is a comment, but "---a" is not.
It is. Report, section 2.3:
Sorry. Then "--|" is not a comment. In C++, "//|" is a comment (compare with Haskell's "--|"!).