Advertisement
Guest User

Turing machine code

a guest
Nov 21st, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. if state = 0 {
  2. go left 1
  3. }
  4. if state = 1 {
  5. change state to 0
  6. go right 1
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement