Collatz Parity by pooq

for(i,256,-256,-1,64repeat(write(if(i%2==0,i=i/2;" ",i=(3*i+1)/2;"#")));"|
"print)

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

download

return to the top page