all repos — hex @ 3dd8b614eaa610db2225fd52be70bef22f6e5ef2

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

Fixes
Fabio Cevasco h3rald@h3rald.com
Tue, 24 Dec 2024 15:19:53 +0100
commit

3dd8b614eaa610db2225fd52be70bef22f6e5ef2

parent

3b12ec4efaaecacc177c19741ced9bc8a95bf358

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

jump to
M releases/0.1.0.htmlreleases/0.1.0.html

@@ -1,4 +1,4 @@

-<h3 id="#v0.1.0">v0.1.0 &mdash; 2024-12-14</h3> +<h3 id="v0.1.0">v0.1.0 &mdash; 2024-12-14</h3> <p>Initial release, featuring:</p> <ul>
M web/contents/spec.htmlweb/contents/spec.html

@@ -537,7 +537,7 @@ <aside>OPCODE: <code>10</code></aside>

<p>Stores the literal <code>a</code> in the registry as the symbol <code>s</code>.</p> <h5 id="operator-symbol"><code>$:::$$</code> Symbol<a href="#top"></a></h5> <p><mark>a s &rarr;</mark></p> - <aside>OPCODE: <code>11<code></aside> + <aside>OPCODE: <code>11</code></aside> <p>Stores the literal <code>a</code> in the registry as the symbol <code>s</code>. If %:a%% is a quotation, it will be immediately dequoted when pushed on the stack.</p> <h5 id="free-symbol"><code>$:#$$</code> Symbol<a href="#top"></a></h5> <p><mark>s &rarr;</mark></p>