Less Than Operator
Usage:
x < y
Returns:
Returns TRUE if x is less than y or FALSE if x is equal to or greater than y.
Examples:
3 < 5 // Returns TRUE
x < y
Returns TRUE if x is less than y or FALSE if x is equal to or greater than y.
3 < 5 // Returns TRUE
© Copyright 1996 - 2025, i-net software GmbH; All rights Reserved. Imprint