Move test scripts into test-scripts

This commit is contained in:
2025-01-08 13:29:40 +01:00
parent 3a857e8980
commit 45b5ba897b
11 changed files with 0 additions and 0 deletions

23
test-scripts/example Executable file
View File

@ -0,0 +1,23 @@
#!/usr/bin/env curly
3
=cnt
\Hello, world
enl
=hello
\
=result
:loop
$result
$hello
cat
=result
$cnt
dec
=cnt
$cnt
0
>loop
ggt
$result
out
end