Share on Facebook Share on Twitter Email
Answers.com

comment out

 
Sci-Tech Dictionary: comment out
(′kä′ment ′au̇t)

(computer science) To render a statement in a computer program inactive by making it a comment.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics

To disable lines of code in a program by surrounding them with comment-start and comment-stop characters. See comments.

Download Computer Desktop Encyclopedia to your iPhone/iTouch

Hacker Slang: comment out
Top

To surround a section of code with comment delimiters or to prefix every line in the section with a comment marker; this prevents it from being compiled or interpreted. Often done when the code is redundant or obsolete, but is being left in the source to make the intent of the active code clearer; also when the code in that section is broken and you want to bypass it in order to debug some other part of the code. Compare condition out, usually the preferred technique in languages (such as C) that make it possible.


 
 
Learn More
comments (technology)
condition out (computer jargon)
Quirk objection (computer jargon)

What is a snide comment? Read answer...
What rhymes with comment? Read answer...
Where can you post a comment? Read answer...

Help us answer these
Which is appropriate to use comment on or comment about?
What is a summarising comment?
Who were the Commentators of the Wimbledon?

Post a question - any question - to the WikiAnswers community:

 

Copyrights:

Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved.  Read more
Computer Desktop Encyclopedia. THIS DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2010 The Computer Language Company Inc.  All rights reserved.  Read more
Hacker Slang. The Jargon File. Copyright © 2007.  Read more