24 lines
144 B
Plaintext
Raw Permalink Normal View History

#!/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