all repos — hex @ 146646df6a56cba11f62d30d5262e4233e45c495

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

Fixes.
h3rald h3rald@h3rald.com
Fri, 13 Dec 2024 20:37:41 +0000
commit

146646df6a56cba11f62d30d5262e4233e45c495

parent

0cedba45e4910830e6182fc4019884f65904d71b

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

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

@@ -306,7 +306,7 @@ <p>hex provides a set of 64 ($0x40$$) native symbols that are built-in and pre-defined in the registry. The

following section provides details on each of these symbols, including a signature illustrating how each symbol manipulates the stack.</p> <p>The notation used to specify the signature of a symbol is as follows:</p> - <pre><code> <mark>input1 input2 ... inputN &rarr; output1 output2 ... outputM</mark></code></pre> + <pre><code> <mark>in1 in2 ... inN &rarr; out1 out2 ... outM</mark></code></pre> <p>Where <code>input1</code>, <code>input2</code>, ..., <code>inputN</code> are the items consumed from the stack, and <code>output1</code>, <code>output2</code>, ..., <code>outputM</code> are the items pushed back onto the stack.</p>