all repos — hex @ b86c8bf351a936d9df594f6916a27fb6c56b937a

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

Fixes
Fabio Cevasco h3rald@h3rald.com
Mon, 23 Dec 2024 00:02:04 +0100
commit

b86c8bf351a936d9df594f6916a27fb6c56b937a

parent

38c06da1f6a70896ae9cba36f2b93c0eda634f05

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

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

@@ -147,7 +147,7 @@ <pre><code>$:I$$ $:IV$$ $:+$$ $; Pushes 0x5 on the stack</code></pre>

<p>If you don't need a symbol anymore, you can use the {{sym-#}} symbol to free it from The Registry. See? Simple. </p> <p>Of course The Registry is smart enough to stop you from freeing native symbols!</p> - <p>So if you try to remove $:+$$:</p> + <p>So if you try to remove $:+$$...</p> <pre><code>$"+"$$ $:#$$</code></pre> <p>...you'll get:</p> <pre><code>[error] Cannot free native symbol '+'</code></pre>