Bundt Scripting Reference
·
Bundt Scripting Language version 1.0.1.0
- (subtraction)
operator
The subtraction operator - subtracts its second operand from the first.
This operator applies to numeric values only.
Syntax
NumericExpression1 - NumericExpression2
Element |
Type |
Notes |
NumericExpression1 |
Expression<Number> |
Specifies the numeric value to be subtracted from.
|
NumericExpression2 |
Expression<Number> |
Specifies the numeric value to be subtracted.
|
Examples
Intent |
Code |
Write out the result of a subtraction |
write 15 - 2; |
See Also
Contents distributed under a Creative Commons Attribution 4.0 International License
·
About
·
Terms of Use
·
Contact Us
·
last updated on 08 October 2020