In order to move a value A to, say, next cell, we need to add 1 A times to the target (initially empty) cell.
It's like sum : we have A, 0 and we want 0, 0+A=A
[ while A is not null - decrease A >+ increase target < go back to A ] loop
[->+<]
The #1 tech hiring platform