add
Adds two integer numbers and returns their sum, enabling quick arithmetic calculations.
Instructions
Sums 2 numbers.
:param x: the first addend :param y: the second addend :return: the sum of x and y
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |