diff --git a/main.py b/main.py index 5f2a81b..f3a216b 100644 --- a/main.py +++ b/main.py @@ -22,7 +22,7 @@ def main(): def interpreter(znak, i): """ Brainfuck interpreter - + > increment the data pointer (to point to the next cell to the right). < decrement the data pointer (to point to the next cell to the left). + increment (increase by one) the byte at the data pointer.