Less than or Equal to <=

Syntax:

value_1 <= value_2

 

Return Value:

Y result

 
Precedence:6
Description:

This relational operator compares two fields and gives TRUE if the first is less than or equal to the second

 

Example:

100 <= 100 = TRUE
"SMITH" <= "JONES" = FALSE