Comment (computer programming): Difference between revisions

Content deleted Content added
By language: Grouping name more inline with others
See also: Remove links already in the doc; linked to old articles; low value
Line 758:
 
==See also==
* [[Comparison of programming languages (syntax)#Comments|Syntax of comments]] in various programming languages
* [[Docstring]], a specific type of comment that is parsed and retained throughout the runtime of the program.
* [[Shebang (Unix)|Shebang]], the use of ''#!'' as an interpreter directive in scripts on Unix-like systems
* [[HTML comment tag]]
* [[Literate programming]], alternative documentation [[programming paradigm|paradigm]]
* [[Comparison of programming languages (syntax)#Comments|Syntax of comments]] in various programming languages
* [[COMMENT (CONFIG.SYS directive)]]
* [[REM (CONFIG.SYS directive)]]
 
==Notes and references==