Files
l2/tests/str.sl
2026-03-19 13:29:49 +01:00

18 lines
246 B
Plaintext

import stdlib.sl
word main
"ggggggggh" "ggggggggh"
strcmp
puti cr
"ggggggggh" "ggggggggd"
strcmp
puti cr
"hello world hello world hello " "world hello world hello world"
strconcat
2dup
puts
free
end