all repos — hex @ 6232fb35b0eb64dc484908af7f7cec9050af5939

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

Fixes.
h3rald h3rald@h3rald.com
Fri, 03 Jan 2025 20:32:22 +0000
commit

6232fb35b0eb64dc484908af7f7cec9050af5939

parent

25096928db14b7cebb141a8c474d673bfbbbfa0b

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

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

@@ -16,8 +16,8 @@ (_when_cond .)

(_when_q .) () if - "_when_q" # - "_when_cond" # + ;"_when_q" # + ;"_when_cond" # ) "when" ::

@@ -138,7 +138,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 0x4c ==) + (symbols len 0x4d ==) ;60 ((0x2 0x0 /) (error "[symbol /] Division by zero" ==) try)