Quine: Difference between revisions

Content added Content deleted
imported>Rowsety Moid
No edit summary
Line 261: Line 261:


<syntaxhighlight lang="lisp">(let((q"(let((q~x0))(cw q q))"))(cw q q))</syntaxhighlight>
<syntaxhighlight lang="lisp">(let((q"(let((q~x0))(cw q q))"))(cw q q))</syntaxhighlight>

=={{header|Acornsoft Lisp}}==

<syntaxhighlight lang="lisp">((lambda (self) (list self (list (quote quote) self)))
(quote (lambda (self) (list self (list (quote quote) self)))))
</syntaxhighlight>


=={{header|Ada}}==
=={{header|Ada}}==