base one to ten by pooq

for(i,1,100,writeln(if(i%10==1,"1"repeated(i),(i ..)toBase((i-1)%10+1))))

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

download

return to the top page