Reversed 8bit numbers by *yuko*

n=0;do1 i=1,256;print'(i0)',n;1 n=n+384/and(i,-i)-256;end

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

download

return to the top page