Compute the sum of two integers.
Usage
compute( x, y, )
x: int
First operand.
y: int
Second operand.
int
The sum of x and y.