all repos — hex @ fda424b2265a0d22f3780368973f8f18caa98784

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

Fixes.
h3rald h3rald@h3rald.com
Fri, 27 Dec 2024 18:09:50 +0100
commit

fda424b2265a0d22f3780368973f8f18caa98784

parent

a52c2685037da12b34c0f453c43a66be50aab877

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

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

@@ -87,13 +87,14 @@ (0x1 0x0 xor)

(0x1 0x1 xor not) ;32 - ("hello" " world" cat "hello world" ==) - ((0x1 "a") ("b") cat (0x1 "a" "b") ==) ((() not) (error) try "[symbol not] Integer required" ==) ((() 0x1 xor) (error) try "[symbol xor] Two integers required" ==) + ("aaaaa" len 0x5 ==) + ("hello" " world" cat "hello world" ==) ;36 - ("aaaaa" len 0x5 ==) + + ((0x1 "a") ("b") cat (0x1 "a" "b") ==) ((0x1 0x3 puts "aaa") len 0x4 ==) ((0x2 0x3 0x4) 0x2 get 0x4 ==) ("abcde" 0x1 get "b" ==)