BounceFuck: Simple Subtraction
This code is the code for simple addition with a few minor changes. It can subtract any two numbers between 0 and 9 as long as the difference is between 0 and 9.
1 2 3 4 5 6 7 8 | / !|-!\}-v{.
\{\/\/\ {/
/ -----\
,/-----/
}\-- --\
,/-----/
$\-----\
\/\/\/\/ |
Note that the start has been rearranged from the addition-script. This is because the second input must be subtracted by 48 and not the first, since subtraction, as opposed to addition, is not symmetrical.
