Compare for less than or equal to. This is used to test whether the expression on the left side is less than or matches the one on the right side. This returns a Boolean value, 1 for true and 0 for false.
3 <= 4 2*2 <= 4 6 <= 4
==. > >= <.