Skip to content

Subtract

cpgames edited this page Jul 12, 2022 · 1 revision

image

Subtracts two integers.


Input Ports:

Start - execution entry.
A (type: int) - integer A.
B (type: int) - integer B.


Output Ports:

Done - execution exit.
Result (type: int) - A - B.

Clone this wiki locally