Subtractor
Last updated
Last updated
[number/Subtractor]
Takes the difference of the value received on a
and the value received on b
.
Example:
23@0 is received via a
22@0 is received via b
1@0 is sent via diff
Keywords: number, subtract, minus
a: number
The first operand of the subtraction
b: number
The second operand of the subtraction
diff: number
Sends the difference of 'a' from 'b'