falling number by murky-satyr

10to:1e4do:[:n|N:=n.[N>9or:[n printNl].N\\10<((N:=N//10)\\10)]whileTrue]

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

download

return to the top page