Add
addSum two integers to get the total. Provide the first and second numbers to receive the result.
Instructions
Add two numbers together.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First number | |
| b | Yes | Second number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |