Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. >>                      Move to cell 3
  2. +++++ +++++             Set it to 10
  3. [
  4.  <<
  5.  +++++ +++++           Increment cell 1 to 100
  6.  >
  7.  +++++ +++++           Increment cell 2 to 100
  8.  >-
  9. ]<
  10. +++++ +++++ ++ .        Increment cell 2 by 12 to 112     | output p
  11. +++ .                   Increment cell 2 by 3 to 115      | output s
  12. <+.->                   Go to cell 1 and increment to 101 | output e | move it back to 100
  13. ++.                     Go to cell 2 and add 2            | output u
  14. <.                      Go to cell 1                      | output d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement