# délka vzorové implementace: 30 řádků def interpreter(code, textInput): ... # vypíše '7' interpreter('++>+++++[<+>-]++++++++[<++++++>-]<.', []) print() #vypíše 'Hello world!' interpreter('>+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[-]\ >++++++++[<++++>-] <.>+++++++++++[<++++++++>-]<-.--------.+++\ .------.--------.[-]>++++++++[<++++>- ]<+.[-]++++++++++.', [])