a
(integer): The first input integer. Default value is 0.b
(integer): The second input integer to subtract from a
. Default value is 0.result
(integer): The result of subtracting b
from a
.a
and b
input ports. If no values are provided, the default values of 0 will be used.a - b
on the result
output port.result
output to the input of another node or use it as the final output of your spell.a
and b
inputs are of type integer. Connecting other data types may cause unexpected behavior.b
from a
, not the other way around.