greater than or equal to

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