Quine: Difference between revisions

Content added Content deleted
(Quine en Unlambda)
(add BQN)
Line 639: Line 639:
=={{header|bootBASIC}}==
=={{header|bootBASIC}}==
<lang bootBASIC>10 list</lang>
<lang bootBASIC>10 list</lang>

=={{header|BQN}}==

Works in: [[CBQN]]

Writes directly to STDOUT.

A BQN spin on the classic APL quine. <code>•Repr</code> helps with quoting the data string here.

<lang bqn>•Out 1⌽∾˜18⥊•Repr"•Out 1⌽∾˜18⥊•Repr"</lang>


=={{header|Bracmat}}==
=={{header|Bracmat}}==