Bundt Scripting Reference · Bundt Scripting Language version 1.0.1.0

Operators

This is a list of the different operators in the Bundt Scripting Language.

Precedence

Operator precedence is shown in the following table.

Highest precedence ! (not)
- (minus)
& (and)
* (multiplication)
/ (division)
| (or)
+ (addition)
- (subtraction)
+ (concatenation)
Lowest precedence == (equals)
!= (not equals)
< (less than)
<= (less than or equals)
> (greater than)
>= (greater than or equals)

You can override operator precedence by using parentheses.


Contents distributed under a Creative Commons Attribution 4.0 International License · About · Terms of Use · Contact Us · last updated on 08 October 2020