Greater than*
You can determine whether a values is greater than another value with the (infix) greater than >
operator. If a value is greater than another value, that value will be returned. Otherwise, the result will be none
.
To be able to order values of any type is future work.