subtract
Subtract the second integer from the first to get the difference. Accepts two integer inputs.
Instructions
Subtract the second integer from the first
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |