all repos — hex @ 8a31dc23f32fa4160031e8edb6a8667e6f91f160

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

Fixes
Fabio Cevasco h3rald@h3rald.com
Fri, 03 Jan 2025 11:10:19 +0100
commit

8a31dc23f32fa4160031e8edb6a8667e6f91f160

parent

f1786d72c21167b9223376085bf20c6a6615fa1c

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

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

@@ -222,9 +222,9 @@ ;120

((dup *) "square" :: 0x2 square 0x4 == "square" #) ( - "test\ntest\\ntest\t\"hello\"!" :str - str "test1.txt" write - "test1.txt" read str == "str" #) + "test\ntest\\ntest\t\"hello\"!" "_str" : + _str "test1.txt" write + "test1.txt" read str == "_str" #) ) "tests" :