less than or equal to

Оne of the comparison operators which means that one of variables is less than or equal to another.
if (x < y) { ... } // (x is less than or equal to y)