Addition

Classification Images
Name:
Addition

Symbol:
X + Y
Appearance:

Appearance.
Group:
Arithmetic operations

CannyLab version:
from 0.6b
Icon:

Icon.
Inputs
Input Value
Addend X: Integer
Addend Y: Integer
Outputs
Output Value
Sum: Integer

General description

Set the output as a result of the inputs numerical values arithmetic addition.

Features

16-bit addition, with overflow (modulo 65535). In other words, the result of addition can not exceed 65535, in case of inputs values sum exceeds the value of 65535, the result will be the expression: X + Y - 65536.

Examples

Example 1:

Example 1.

Example 2:

Example 2.

SEE ALSO