Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
comment out
Jump to user comments
programming 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. It is often done to temporarily disable the
code, e.g. during debugging or when the code is redundant or
obsolete, but is being left in the source to make the intent
of the active code clearer.