all repos — hex @ 56e501b850e2a40a52bae3cbfa6d16f9ad2adf1c

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

Fixed tests.
h3rald h3rald@h3rald.com
Sun, 06 Apr 2025 19:55:38 +0000
commit

56e501b850e2a40a52bae3cbfa6d16f9ad2adf1c

parent

f19cc529399ea6fe261d519300bc3640f8306119

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)