Skip to content
cpgames edited this page Jul 12, 2022 · 2 revisions

image

Adds 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