Bundt Scripting Reference
·
Bundt Scripting Language version 1.0.1.0
< (less than)
operator
The less than operator < compares its operands and returns true if the first is less 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 less 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