Yeah - use the /*...*/ way of commenting. Everything between /* and */ is commented out. Note that this way of commenting is not recursive so /*../*..*/..*/ cannot be used - but it can include //comments

/*These are various lines of code
I want to comment out
It is tedious to keep using //
so I use the other way instead*/