add
Compute the sum of two integer numbers. Provide two integers as input to get their total.
Instructions
Add two numbers together.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |