121321 by youz

(loop(if(setq c(read-char)n(digit-char-p c))(dotimes(i n)(princ(- n i)))(princ c)))

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

download

return to the top page