Skip to content

Instantly share code, notes, and snippets.

@jto
Created August 19, 2010 12:53
Show Gist options
  • Save jto/537810 to your computer and use it in GitHub Desktop.
Save jto/537810 to your computer and use it in GitHub Desktop.
++++++++++
[ Boucle initiale qui affecte des valeurs utiles au tableau
>+++++++>++++++++++>+++>+<<<<-
]
à la sortie de la boucle le tableau contient:
>++. 'H' = 72 (70 plus 2)
>+. 'e' = 101 (100 plus 1)
+++++++. 'l' = 108 (101 plus 7)
. 'l' = 108
+++. 'o' = 111 (108 plus 3)
>++. espace = 32 (30 plus 2)
<<+++++++++++++++. 'W' = 87 (72 plus 15)
>. 'o' = 111
+++. 'r' = 114 (111 plus 3)
------. 'l' = 108 (114 moins 6)
--------. 'd' = 100 (108 moins 8)
>+. '!' = 33 (32 plus 1)
>. nouvelle ligne = 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment