Bundt Scripting Reference · Bundt Scripting Language version 1.0.1.0

<= (less than or equals) operator

The less than or equals operator <= compares its operands and returns true if the first is less than or equal to 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 text value is less than or equal to another write "Hello" <= "world";

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