16 lines
411 B
Plaintext
16 lines
411 B
Plaintext
;Task:
|
|
Show all ways to include text in a language source file
|
|
that's completely ignored by the compiler or interpreter.
|
|
|
|
|
|
;Related tasks:
|
|
* [[Documentation]]
|
|
* [[Here_document]]
|
|
|
|
|
|
;See also:
|
|
* [https://en.wikipedia.org/wiki/Comment_(computer_programming) Wikipedia]
|
|
* [http://xkcd.com/156 xkcd] (Humor: hand gesture denoting <code>//</code> for "commenting out" people.)
|
|
<br><br>
|
|
|