+

Add two numbers together.

Parameter List

Syntax
+(value1value2)
value1

The first number to add together. For example: 12.

value2

The second number to add. For example: 16.

Examples

+(-1, 4) returns 3