Print itself: Difference between revisions

Content added Content deleted
(Added Quackery.)
m (→‎{{header|Wren}}: Minor tidy)
Line 313: Line 313:


=={{header|Wren}}==
=={{header|Wren}}==
<syntaxhighlight lang="ecmascript">import "os" for Process
<syntaxhighlight lang="wren">import "os" for Process
import "io" for File
import "io" for File


Line 322: Line 322:
Just the invoking line as remainder is, of course, as above.
Just the invoking line as remainder is, of course, as above.
<pre>
<pre>
$ wren self_print.wren
$ wren-cli Print_itself.wren
</pre>
</pre>