base one to ten by teebee

0g.upto(99){b=it++%10;println b++?it.toString(b):"1"*it}

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

download

return to the top page