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