Bundt Scripting Reference
·
Bundt Scripting Language version 1.0.1.0
+ (addition)
operator
The addition operator + adds its operands together.
This operator applies to numeric values only.
Syntax
NumericExpression1 + NumericExpression2
Element |
Type |
Notes |
NumericExpression1 |
Expression<Number> |
Specifies the first numeric value to be added.
|
NumericExpression2 |
Expression<Number> |
Specifies the second numeric value to be added.
|
Examples
Intent |
Code |
Write out the result of an addition |
write 16 + 7; |
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