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