all repos — hex @ 7cb9b8cba309d3e2ea14749dc03dba1ac656a861

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

Merge branch 'master' of git@github.com:h3rald/hex.git
h3rald h3rald@h3rald.com
Sun, 06 Apr 2025 21:57:29 +0200
commit

7cb9b8cba309d3e2ea14749dc03dba1ac656a861

parent

3d9e9a9a9a6e8111daa952b906949f2e6a8d06a9

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

jump to
M scripts/test.hexscripts/test.hex

@@ -130,7 +130,7 @@

((args len 0x2 ==) ("two") ("no") if "two" ==) ((dup *) "square" :: 0x2 square 0x4 == "square" #) (0x1 "tmp-a" : (tmp-a 0x3 <) (tmp-a 0x1 + "tmp-a" :) while tmp-a 0x3 ==) - (symbols len 0x64 ==) + (symbols len 0x65 ==) ;60 ((0x2 0x0 /) (error "[symbol /] Division by zero" ==) try)