all repos — hex @ ae474b036e49a7f36fc6ccab616e6a6f9dd77772

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

Fixes
Fabio Cevasco h3rald@h3rald.com
Tue, 24 Dec 2024 21:59:26 +0100
commit

ae474b036e49a7f36fc6ccab616e6a6f9dd77772

parent

65fcb3aa53f2500b6ffd0d38c9a8f0c2896f4e29

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

jump to
M lib/utils.hexlib/utils.hex

@@ -42,7 +42,7 @@ ;; Pushes $0x1$$ on the stack if %:s1%% ends with %:s2%%, or $0x0$$ otherwise.

( "_ends_suffix" : "_ends_s" : - (_ends_s len _ends_prefix len <) + (_ends_s len _ends_suffix len <) (0x0) ( _ends_suffix len 0x1 - "_ends_c" :