>

Name

> — compares values (bigger)

Syntax

expression > expression

Domain

? : R x R -> { 0 , 1 }

Example

3 > 2 = 1

Description

Tests whether the leftmost expression is bigger than the rightmost expression. Returns 1 if that is the case and 0 otherwise.