Added example

This commit is contained in:
Bob Polis 2021-09-24 14:55:19 +02:00
parent ba776a46eb
commit 4aaeba9505

23
tests/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