greater than

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