all repos — hex @ f1786d72c21167b9223376085bf20c6a6615fa1c

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

Added test for string processing.
Fabio Cevasco h3rald@h3rald.com
Fri, 03 Jan 2025 11:09:03 +0100
commit

f1786d72c21167b9223376085bf20c6a6615fa1c

parent

62577933e87dd54fcf24ce0f5dae954fdfbed1e5

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

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

@@ -221,8 +221,10 @@ ((() chr) (error) try "[symbol chr] Integer required" ==)

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