id | keywords | name | summary | category | |||||
---|---|---|---|---|---|---|---|---|---|
integer-subtraction |
| - | This is the `integer subtraction` operator. | operators |
This operator performs integer subtraction.
<CodeTab labels={["ReScript", "JS Output"]}>
letresult=3-2
varresult=1;
For subtracting floats see the -.
operator.