Functions: Subtract Function - Wynntils/Wynntils GitHub Wiki
- SUB
Returns the difference of 2 values.
This function has 2 required arguments.
- first (Number) → The number that is to be subtracted from.
- second (Number) → The number that is to be subtracted.
SUBTRACT(<first>; <second>) → (Double)
SUBTRACT(10;8) → 2