less than

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