sub
Subtraction operator
sub(a, b)
Parameters
| Name | Type | Description |
|---|---|---|
a |
field/float | First operand (minuend) |
b |
field/float | Second operand (subtrahend) |
Returns
## Notes: Internally used by compiler for - operator