Bundt Scripting Reference
·
Bundt Scripting Language version 1.0.1.0
/ (division)
operator
The division operator / divides its first operand by the second.
This operator applies to numeric values only.
Syntax
NumericExpression1 / NumericExpression2
Element |
Type |
Notes |
NumericExpression1 |
Expression<Number> |
Specifies the numeric value to be divided.
|
NumericExpression2 |
Expression<Number> |
Specifies the numeric value to be divided by.
|
Examples
Intent |
Code |
Write out the result of a division |
write 19 / 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