1
Would be great to have conditional statements in calculations, e.g.
price * quantity * (quantity > 20 ? 0.8 : 1)
This would apply 20% discount if quantity is > 20
Would be great to have conditional statements in calculations, e.g.
price * quantity * (quantity > 20 ? 0.8 : 1)
This would apply 20% discount if quantity is > 20