all repos — hex @ 0a95e26e8fb96053d5818af6845e360eb0a4b2cc

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

Fixed test.
h3rald h3rald@h3rald.com
Sun, 08 Dec 2024 14:40:47 +0100
commit

0a95e26e8fb96053d5818af6845e360eb0a4b2cc

parent

d6401e4b439eddcf757b4d4fd43a227162f9b54b

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

jump to
M test.hextest.hex

@@ -116,7 +116,7 @@ ;52

("rm test.txt" exec 0x0 ==) ("rm test.txt" run 0x0 get 0x1 ==) - ("ls web/contents" run 0x1 get "\n" split len 0x6 ==) + ("ls web/contents" run 0x1 get "\n" split len 0x7 ==) (args 0x1 get "test.hex" ==) ;56