Repeated Number by clock

n:=9. 1to:63 do:[:x|m:=n\\10.(n:=m//9*m+n/m+n)printNl]

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

download

return to the top page