Lowdefy
v3.17.2/Operators/_subtract/

_subtract

([minuend: number, subtrahend: number]): number

The _subtract operator takes an array of two numbers as input and returns the second number subtracted from the first.

Arguments

array

An array of two numbers.

Examples

Subtract a number:
_subtract:
  - 12
  - 4

Returns: 8