all repos — hex @ 54228ad6585cc07d3a8bf7eab34b5cf4b7e2ed4f

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

fixes
Fabio Cevasco h3rald@h3rald.com
Fri, 03 Jan 2025 11:46:09 +0100
commit

54228ad6585cc07d3a8bf7eab34b5cf4b7e2ed4f

parent

8a31dc23f32fa4160031e8edb6a8667e6f91f160

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

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

@@ -224,7 +224,7 @@ ((dup *) "square" :: 0x2 square 0x4 == "square" #)

( "test\ntest\\ntest\t\"hello\"!" "_str" : _str "test1.txt" write - "test1.txt" read str == "_str" #) + "test1.txt" read _str == "_str" #) ) "tests" :