(computer science) To render a statement in a computer program inactive by making it a comment.
| Sci-Tech Dictionary: comment out |
(computer science) To render a statement in a computer program inactive by making it a comment.
| 5min Related Video: comment out |
| Computer Desktop Encyclopedia: comment out |
| Hacker Slang: comment out |
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.
| 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... |
| Which is appropriate to use comment on or comment about? | |
| What is a summarising comment? | |
| Who were the Commentators of the Wimbledon? |
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 |
Mentioned in