all repos — hex @ 2ae8c3b727e55dbcd44f4b844a2a67bcd9ccd8e8

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixes
Fabio Cevasco h3rald@h3rald.com
Sat, 04 Jan 2025 08:08:23 +0100
commit

2ae8c3b727e55dbcd44f4b844a2a67bcd9ccd8e8

parent

b7d86d41997b73f3ca0b5ec7618adf02d54d72c4

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M web/contents/spec.htmlweb/contents/spec.html

@@ -608,7 +608,7 @@ <h5 id="quote-symbol"><code>$:&#39;$$</code> Symbol<a href="#top"></a></h5>

<p><mark>a &rarr; q</mark></p> <aside>OPCODE: <code>1f</code></aside> <p>Pushes the literal <code>a</code> wrapped in a quotation on the stack.</p> - <h5 id="debug-symbol"><code>$:&#39;$$</code> Symbol<a href="#top"></a></h5> + <h5 id="debug-symbol"><code>$:debug$$</code> Symbol<a href="#top"></a></h5> <p><mark>q &rarr; *</mark></p> <aside>OPCODE: <code>20</code></aside> <p>Dequotes <code>q</code> with debugging enabled.</p>