by block comment, i mean comment out an entire section of code without commenting each line. (although i'm sure everyone here knows that).
i think i remember C language being something like this.
/* 'starts commenting everything beneath here
line 1
line 2
line 3
...
line n
*/ 'ends block comment
Bookmarks