Reversed 8bit numbers by mitchs

for(i=0,255,print(sum(j=0,7,i<<j>>7%2<<j)))

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

download

return to the top page