base one to ten by clock

for(n=s="";n<100;s+=1,print(b?n.toString(b+1):s))b=n++%10

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

download

return to the top page