Less than or equal to
Less than or equal to (LE or <=)
Compares two values and returns a 1 (True) if the value on the left is smaller or the same as the value on the right, and returns a 0 (False) otherwise.
Provide Feedback