base one to ten by clock

100.times{b=it++%10;println b?0.toString(it,b+1):"1"*it}

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

download

return to the top page