Reversed 8bit numbers by *yuko*

n=0;do 256;queue n%2+128;say n;pull n;queue n%2;end

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

download

return to the top page