Decode Caesar ciphers by *yuko*

character c;n=7-mod(loc(n),3)*6;1 call fget(c,k);i=ichar(c)
if(i>64.and.i/=95)i=mod(and(i,31)+n,26)+1+i/32*32;print'(a1$)',i;goto(1)1-k;end

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

download

return to the top page