Collatz Parity by besmaller

for$i(-256..256){for(0..63){print chr$i%2*3+32;$i=($i%2?3*$i-1:$i)/2}print"|\n"}

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

download

return to the top page