Bundt Scripting Reference
·
Bundt Scripting Language version 1.0.1.0
> (greater than)
operator
The greater than operator > compares its operands and returns true if the first is greater than the second, or false otherwise.
This operator only applies to values of types Number, Time, Text, Identifier and Version.
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 a version value is greater than another |
write '1.0.2.15' > '1.0.3.0'; |
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