Collatz Parity by teebee

for i=-256,256 do for k=0,63 do io.write(i%2<1 and" "or"#")i=i/2+i%2*(i-.5)end print"|"end

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

download

return to the top page