.TH Gt .PP Greater than .SH Signature .PP .RS .nf gt(left: Alpha|AttrName, right: Alpha|AttrName) \-> Predicate .fi .RE .SH Examples .PP .RS .nf gt(:status, 20) .fi .RE .PP .RS .nf gt(:status, 30) .fi .RE .SH Description .PP This predicates checks whether a value (\fB\fCleft\fR) is greater than another one (\fB\fCright\fR). .SH Implementation notes .PP This predicate is equivalent to \fB\fC\->(t){ _left_ > _right_ }\fR\&.