> — compares values (bigger)
expression > expression
? : R x R -> { 0 , 1 }
3 > 2 = 1
Tests whether the leftmost expression is bigger than the rightmost expression. Returns 1 if that is the case and 0 otherwise.