brainfuck_processor/bfpcompiler/test.bf

6 lines
129 B
Brainfuck

,>,< read two operands; return to cell zero
> move to cell to add
[ <+>- ] move cell to cell zero
. print result
[] endless loop