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