base one to ten by teebee

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

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

download

return to the top page