Skip to content

Multiply

cpgames edited this page Jul 12, 2022 · 1 revision

image

Multiplies 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