count down by murky-satyr

gets stdin n
while \$n>=0 {puts $n
regexp (1?.)(.*) $n _ i z
set n [expr $i-1]$z}

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

download

return to the top page