RosettaCodeData/Task/Comments/00DESCRIPTION

15 lines
409 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
Show all ways to include text in a language source file
2015-02-20 00:35:01 -05:00
that's completely ignored by the compiler or interpreter.
2016-12-05 22:15:40 +01:00
;Related tasks:
*   [[Documentation]]
*   [[Here_document]]
;See also:
*   [https://en.wikipedia.org/wiki/Comment_(computer_programming) Wikipedia]
* &nbsp; [http://xkcd.com/156 xkcd] (Humor: hand gesture denoting <code>//</code> for "commenting out" people.)
<br><br>