$sub
$sub
will subtract two given numbers.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
num | number | Numbers to perform calculation with. | true |
Example(s)
This will return 65
as 70-5
equals 65
:
$sub
will subtract two given numbers.
Field | Type | Description | Required |
---|---|---|---|
num | number | Numbers to perform calculation with. | true |
This will return 65
as 70-5
equals 65
: