input""b$ for i=1to len(b$)?chr$(mod((asc(mid$(b$,i))-36)*7+3,128));next
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page