Add two numbers.
Usage
add( a, b, )
a: int
First number.
b: int
Second number.
int
The sum of a and b.