Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. +++++ +++++             initialize counter (cell #0) to 10
  2. [                       use loop to set the next four cells to 70/100/30/10
  3.    > +++++ ++              add  7 to cell #1
  4.    > +++++ +++++           add 10 to cell #2
  5.    > +                     add  1 to cell #4
  6.    <<<< -                  decrement counter (cell #0)
  7. ]
  8. > +++ .                 'I' |1|= 73
  9. >> ++ .                 ' ' |3|= 32
  10. << +++ .                'L' |1|= 76
  11. > +++++ +++++ + .       'o' |2|=111
  12. +++++ ++ .              'v' |2|=118
  13. ----- ----- ----- -- .  'e' |2|=101
  14. >.                      ' ' |3|=32
  15. << +++++ +++++ +++ .    'Y' |1|=89
  16. > +++++ +++++ .         'o' |2|=111
  17. +++++ + .               'u' |2|=117
  18. > .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement