Base 37 by teebee

numeric digits 99;do 999;pull n;a=;do while n>0;k=n//37+22;a=d2c(26+k%32*39+k//58)a;n=n%37;end;say a;end

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

download

return to the top page