Greater Than: Compare if the first value is greater than the second.
a > b
Greater Than: Compare if a value is greater than the given value.
(a) => a > b
Greater Than: Compare if the first value is greater than the second.