Bundt Scripting Reference
·
Bundt Scripting Language version 1.0.1.0
!= (not equals)
operator
The not equals operator != compares its operands and returns false if both are equal, or true otherwise.
This operator applies to values of any type.
Syntax
Expression1 != Expression2
Element |
Type |
Notes |
Expression1 |
Expression |
Specifies the first value to be compared.
|
Expression2 |
Expression |
Specifies the second value to be compared.
|
Examples
Intent |
Code |
Write out whether two expressions yield different results |
write 12 + 3 != 14 - 5; |
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