|
-
February 11th, 2013, 11:08 AM
#2
Re: Shortcut for Commenting out a large block of code
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*/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|