Skip to content

Subtraction

Subtraction operator (-) can be used to subtract two numbers.

Syntax
operand1 - operand2
Example
5 - 2
# 3