Reversed 8bit numbers by clock

a=0;for(n in 7:0)a=c(a,a+2^n);write(a,1,1)

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

download

return to the top page