Comment (computer programming): Difference between revisions

Content deleted Content added
m Removing link(s) Wikipedia:Articles for deletion/Ddoc closed as delete (XFDcloser)
m Removing link(s) undefined (XFDcloser)
Line 193:
=== Extend language syntax ===
 
Occasionally, code that is formatted as a comment is overloaded to convey additional information to the translator, such as [[conditional comment]]scomments. As such, syntax that generally indicates a comment can actually represent program code; not comment code. Such syntax may be a practical way to maintain compatibility while adding additional functionality, but some regard such a solution as a [[kludge]].<ref>[[c2: HotComments]]</ref>
 
Other examples include interpreter [[Directive (programming)|directives]]: