Skip to content

Instantly share code, notes, and snippets.

# Formatted for http://morphett.info/turing/turing.html
test-or-start-next-loop _ 1 R start-next-loop
test-or-start-next-loop 1 1 R test-1
test-1 _ _ L not-prime-return
test-1 1 1 R test-2
test-2 _ _ L is-prime
test-2 1 1 R init-counter2-or-prime
init-counter2-or-prime _ _ L is-prime
init-counter2-or-prime 1 _ L init-counter1
init-counter1 _ 1 R place-counter1