Rather than starting each comment line with a 'c', allow a for a block of comments be defined with a start 'c+' and end 'c-' of block. eg
: |
c This is a single line comment.
c+ This is the first line of a block comment. This is the second line of a block comment. This is the third line of a block comment. c- This is the fourth line of a block comment. c This is back to single line comments. |
One of the places this is very useful is during the development phase. It can be used to block out a section of code; to test an alternative coding.
Regards
Julian Griffin