all repos — hex @ 2c726a4ca49c473086b082f51dff62f04c8eb8e1

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

Fixes.
h3rald h3rald@h3rald.com
Fri, 03 Jan 2025 21:59:57 +0000
commit

2c726a4ca49c473086b082f51dff62f04c8eb8e1

parent

2dde498f3dbcff0e88e9f54497f7b551c6afcd4a

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

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

@@ -234,7 +234,9 @@

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