// this is a single line comment count = 1; // this is a comment following some code // this is // a grouping of // single line // comments
/* this is a block comment on 1 line */ /* this is several lines of block comments */ /* this is another example of several lines of block comments */ /* * this is even * another * example of * several lines * of block * comments */