Reversed 8bit numbers by teebee

object a,k a={0}k=0for i=1to 256do k=128-k?a[i]a&=a[i/2+1]/2+k end for

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

download

return to the top page