Repeated Number by clock

n=9
do 63
x=n//10
n=n+n/x+x%9
say n
end

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

download

return to the top page