It is good to have some option to comment on several lines without having to comment all of them.
Thank you.
I can use/ *
Comment of several lines.
This is the second line.
This is the third line.
* /
But I do not think it's appropriate.#if comment
...
#end if
Thank you.