all repos — hex @ baad6d01e9dd8cdc46207171387ad24eb4f3c944

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

Merge branch 'master' of git@github.com:h3rald/hex.git
Fabio Cevasco h3rald@h3rald.com
Mon, 06 Jan 2025 13:10:49 +0100
commit

baad6d01e9dd8cdc46207171387ad24eb4f3c944

parent

d8a56d8e3c8ebbdb24255481734fc1dff37aca42

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

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

@@ -443,7 +443,7 @@ 02 5f 6e 09 66 61 63 74

6f 72 69 61 6c 03 08 02 02 5f 6e 10 03 03 00 00 00 01 01 00 31 03 01 01 -01 01 03 06 00 00 00 1a +01 01 03 06 00 00 00 19 01 01 01 22 00 01 00 23 14 02 02 5f 6e 12 02 09 66 61 63 74 6f 72 69 61

@@ -475,7 +475,7 @@ $; Push quotation of six items$$

03 06 $; Lookup first symbol (_n)$$ 00 00 00 - 1a $; Symbol dup$$ + 19 $; Symbol dup$$ $; Push integer 0x1$$ 01 01 01 22 $; symbol -$$