Jump to content

Quine: Difference between revisions

no edit summary
imported>Rowsety Moid
No edit summary
Line 261:
 
<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}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.