$sub
Returns the subtraction of the provided numbers.
Syntax
$sub[Number;...]
Parameters
- Number: The numbers to subtract. Separate multiple values using- ;.
Example
$nomention
$sub[20;10;5]

Returns the subtraction of the provided numbers.
$sub[Number;...]
Number: The numbers to subtract. Separate multiple values using ;.$nomention
$sub[20;10;5]
