Print itself: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added the REXX computer programming language for this task.)
m (corrected three misspellings in the task's preamble, added a :Related task.)
Line 1: Line 1:
{{draft task}}
{{draft task}}


Create a program, which prints it's source code to the stdout!
Create a program, which prints its source code to the stdout!


'''DO NOT USE the source file of the program!''' It is the running program itself which has to contain it's source code somewhow, whitout reading the source file!
'''DO NOT USE the source file of the program!''' It is the running program itself which has to contain it's source code somehow, without reading the source file!


;Related task:
:*   [https://rosettacode.org/wiki/Quine quine].
<br><br>


=={{header|Furor}}==
=={{header|Furor}}==