x < y
Returns TRUE if x is less than y or FALSE if x is equal to or greater than y.
3 < 5 // Returns TRUE