count down by murky-satyr

n=io.read()repeat
h,t=n:match'(1?.)(.*)'print(n)n=h-1 ..t
until-n>0

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page