Added example
This commit is contained in:
parent
ba776a46eb
commit
4aaeba9505
23
tests/example
Executable file
23
tests/example
Executable 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
|
Loading…
x
Reference in New Issue
Block a user