Fixes.
h3rald h3rald@h3rald.com
Fri, 13 Dec 2024 20:37:41 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
web/contents/spec.html
→
web/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 → output1 output2 ... outputM</mark></code></pre> + <pre><code> <mark>in1 in2 ... inN → 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>