Print itself: Difference between revisions

(Added Quackery.)
 
(One intermediate revision by one other user not shown)
Line 81:
</syntaxhighlight>
 
=={{header|Binary Lambda Calculus}}==
The 18 byte BLC program <code>16 46 80 05 bc bc fd f6 80 16 46 80 05 bc bc fd f6 80</code> prints itself.                                                     
=={{header|Ecstasy}}==
<syntaxhighlight lang="java">
Line 313 ⟶ 315:
 
=={{header|Wren}}==
<syntaxhighlight lang="ecmascriptwren">import "os" for Process
import "io" for File
 
Line 322 ⟶ 324:
Just the invoking line as remainder is, of course, as above.
<pre>
$ wren-cli self_printPrint_itself.wren
</pre>
 
56

edits