陈方荣 <[EMAIL PROTECTED]> 写于 2007-04-13 09:08:49:
> Hi all,
>             How can I add some char before a block?
>             Just like C++ comment.
>
>             Before:
>             Comment line1
>             After:
>             //Comment line1
> Thanks.

Offtopic:

Generally, use comment character to comment out real code is not considered
a good programming style.
because "comment should be comments", and there should be only real
"comments" inside the comments.

use #if 0 and #endif to comment out your code is a prefered way.

--
Sincerely, Pan, Shi Zhu. ext: 2606

Reply via email to