Re: Multi-line comments
- Posted by DerekParnell (admin) Feb 23, 2009
- 991 views
jeremy said...
I wonder if we will every have count or count++ ?
Probably not. There is not much difference between count++ and count+=1 , and a double dash will just mark the start of a line comment.