Reversed 8bit numbers by teebee

for(i in(a=0):7)a=a+c(a,a+1);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