Greater

Name

Greater -- Determines whether a value is greater than another

Synopsis

Greater[x->NUMBER, y->NUMBER] =: BOOLEAN 
Greater[x->TEXT, y->TEXT] =: BOOLEAN 

Description

Greater returns True when x is strictly greater than y. For TEXT values, the ordering of the machine's character set is used.

Short form

x > y

See also

GreaterEqual, Less, LessEqual.