Files
instacode-app/reversing-fun/index.bf
2019-11-11 20:53:28 +01:00

16 lines
270 B
Brainfuck

>
,[>,]
<[->+>+<<]> >[-<<+>>]< copy here from left cell
[[-] make loop if copied is nonzero:
<[
.[-] print & remove right
<[<] move left edge
>[.[-]] print & remove left if exist
>[>] move right edge
]
<[->+>+<<]> >[-<<+>>]< copy here from left cell
]
<[<]